소스 검색

Add rule to ignore *.ctxt to Java.gitignore

.ctxt files are generated automatically each time a project is compiled in BlueJ.
Steven Vascellaro 8 년 전
부모
커밋
7b7cc2f532
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Java.gitignore

+ 3 - 0
Java.gitignore

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