This website requires JavaScript.
Explore
Help
Register
Sign in
mdebray
/
tvl-depot
Watch
1
Star
0
Fork
You've already forked tvl-depot
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
5a2a1694e3
tvl-depot
/
.gitignore
8 lines
49 B
Text
Raw
Normal View
History
Unescape
Escape
Initialize repo Adding a README and a basic .gitignore to initialize this mono-repo. I'm quite excited about this undertaking!
2020-01-15 15:18:54 +01:00
# Haskell
*.hi
*.o
# Python
__pycache__
Support java directory Add an example of two java files, Main.java and Another.java, where Main.java depends on Another.java. This is part of a larger example of attempting to use Nix to package these. Also ignoring the *.class files that `javac <filename>` outputs.
2020-01-25 20:39:49 +01:00
*.class
Reference in a new issue
Copy permalink