.hgignore
changeset 133 244fc2771241
parent 131 c4388ca5000b
child 914 0dba496629c9
--- a/.hgignore	Tue Mar 15 11:05:04 2011 +0200
+++ b/.hgignore	Tue Mar 15 11:58:34 2011 +0200
@@ -1,3 +1,8 @@
+# To check file assosiation use:
+#   http://filext.com/file-extension/XXX
+# or at Windows 'cmd':
+#   bash# cmd /c assoc .cmd | { IFS='=' read ext name; echo $name; [ -z $name ] || cmd /c ftype $name; }
+
 syntax: glob
 *.a
 *.elc
@@ -11,4 +16,26 @@
 *.so
 *.class
 *.jar
+*.war
+
+# MSVC ActiveX/COM artefact:
+# *_i.c
+# *_p.c
+# MSVC project files:
+*.sln
+*.sln.cache
+*.ncb
+*.vcproj
+*.vcproj.*.user
+# MSVC precompiled header:
+*.pch
+# MSVC program database file:
+*.pdb
+# MSVC type library:
+*.tlb
+# MSVC build dirs:
+[Dd]ebug/
+[Rr]elease/
+[Oo]bj/
+
 *~