X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=.gitignore;h=9e8f22f5eda7f89dca21b941d75c292e79ae4323;hb=1dac6b8d395e2bf3c1b58915f8f4f481d9e46793;hp=8184903d3d1a2f0d342979ceb7953be144711037;hpb=df8de03f80590dde35f26616db91ad6163007b7e;p=fanfix.git diff --git a/.gitignore b/.gitignore index 8184903..9e8f22f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ *.class +bin/** +build/** # Mobile Tools for Java (J2ME) .mtj.tmp/ @@ -8,10 +10,23 @@ *.war *.ear +# Generated docs +docs/** + +# Maven artifacts +target/** + # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* # Editor backup files *.java~ *.xml~ -*Makefile~ + +# Scratch space +misc/** +/.project~ + +pmd.bash +pmd-results.html +examples/*.sh