Add MSVC project and Java files to exclude list.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 15 Mar 2011 11:58:34 +0200
changeset 133 244fc2771241
parent 132 a2d359154fb7
child 134 410cbf70978d
Add MSVC project and Java files to exclude list.
.bazaar/ignore
.gitignore
.hgignore
--- a/.bazaar/ignore	Tue Mar 15 11:05:04 2011 +0200
+++ b/.bazaar/ignore	Tue Mar 15 11:58:34 2011 +0200
@@ -8,4 +8,28 @@
 *.patch
 *.py[co]
 *.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/
+
 *~
--- a/.gitignore	Tue Mar 15 11:05:04 2011 +0200
+++ b/.gitignore	Tue Mar 15 11:58:34 2011 +0200
@@ -10,4 +10,28 @@
 *.obj
 *.py[co]
 *.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/
+
 *~
--- 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/
+
 *~