Add MSVC project and Java files to exclude list.
--- 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/
+
*~