mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +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:
parent
1a92ca87b7
commit
7b7cc2f532
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
*.class
|
||||
|
||||
# BlueJ files
|
||||
*.ctxt
|
||||
|
||||
# Mobile Tools for Java (J2ME)
|
||||
.mtj.tmp/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue