update readme
[nikiroo-utils.git] / .gitignore
index 32858aad3c383ed1ff0a0f9bdf231d54a00c9e88..2779ab4596166ee39a134e4c7f20c87fbdd33c29 100644 (file)
@@ -1,4 +1,6 @@
 *.class
+bin/**
+build/**
 
 # Mobile Tools for Java (J2ME)
 .mtj.tmp/
@@ -8,5 +10,30 @@
 *.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~
+
+# Scratch space
+misc/**
+/.project~
+
+pmd.bash
+pmd-results.html
+examples/*.sh
+
+# Fonts for testing
+fonts/**
+
+.idea/**
+*.iml
+*.ipr