From 7b7cc2f532674219a9f274c9bf524e7e65bba8aa Mon Sep 17 00:00:00 2001 From: Steven Vascellaro Date: Tue, 15 Nov 2016 17:32:41 -0500 Subject: [PATCH] Add rule to ignore *.ctxt to Java.gitignore .ctxt files are generated automatically each time a project is compiled in BlueJ. --- Java.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Java.gitignore b/Java.gitignore index 32858aad..e44e0860 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -1,5 +1,8 @@ *.class +# BlueJ files +*.ctxt + # Mobile Tools for Java (J2ME) .mtj.tmp/