OSDN Git Service

Maven3対応
[jovsonz/Jovsonz.git] / .hgignore
index c94f6de..44c1d13 100644 (file)
--- a/.hgignore
+++ b/.hgignore
@@ -1,12 +1,36 @@
+#########################
+# for Mercurial hgignore
+#########################
+
+
+#####################
 syntax: regexp
 
+^nb-configuration.xml$
+^nbactions.xml$
+^\.classpath$
+^\.project$
+
 \.orig$
 \.orig\..*$
 \.chg\..*$
 \.rej$
 \.conflict\~$
-^maven-build\.properties$
-^maven-build\.xml$
-^nb-configuration\.xml$
-^nbactions\.xml$
-^target$
+^target/
+^build/
+^bin/
+^nbproject/
+^\.settings/
+
+
+#####################
+syntax: glob
+
+.DS_Store
+_MACOSX
+[Tt]humbs.db
+[Dd]esktop.ini
+core
+
+
+### EOF ###