update gitignore to track class files in tests
This commit is contained in:
parent
cc20226725
commit
d017e6c667
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,6 +2,9 @@
|
||||
# Compiled class file
|
||||
*.class
|
||||
|
||||
# But do not ignore .class files in resources/bytecode/javFiles (necessary for tests)
|
||||
!/resources/bytecode/javFiles/**/*.class
|
||||
|
||||
# Log file
|
||||
*.log
|
||||
|
||||
|
BIN
resources/bytecode/javFiles/Bug328B.class
Normal file
BIN
resources/bytecode/javFiles/Bug328B.class
Normal file
Binary file not shown.
BIN
resources/bytecode/javFiles/Cycle.class
Normal file
BIN
resources/bytecode/javFiles/Cycle.class
Normal file
Binary file not shown.
BIN
resources/bytecode/javFiles/OverrideRoot.class
Normal file
BIN
resources/bytecode/javFiles/OverrideRoot.class
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user