1
0
mirror of https://github.com/github/gitignore synced 2024-06-08 05:37:57 +02:00

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

View File

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