diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,5 @@ *.classpath +*.factorypath *.project *.checkstyle .idea @@ -7,3 +8,4 @@ target/ output.log debug-logs/ logs/ +**/derby.log |