Add rule to ignore *.ctxt to Java.gitignore

.ctxt files are generated automatically each time a project is compiled in BlueJ.
This commit is contained in:
Steven Vascellaro 2016-11-15 17:32:41 -05:00 committed by GitHub
parent 1a92ca87b7
commit 7b7cc2f532
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
*.class
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/