5a2a1694e3
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.
7 lines
49 B
Text
7 lines
49 B
Text
# Haskell
|
|
*.hi
|
|
*.o
|
|
|
|
# Python
|
|
__pycache__
|
|
*.class
|