Explorar el Código

Add rule to ignore *.ctxt to Java.gitignore

.ctxt files are generated automatically each time a project is compiled in BlueJ.
Steven Vascellaro hace 8 años
padre
commit
7b7cc2f532
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      Java.gitignore

+ 3 - 0
Java.gitignore

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