# HG changeset patch # User Oleksandr Gavenko # Date 1300183114 -7200 # Node ID 244fc27712414a86401b9f9dbd21eb4cab4f6bd9 # Parent a2d359154fb78fa7078673943d09e57089b66754 Add MSVC project and Java files to exclude list. diff -r a2d359154fb7 -r 244fc2771241 .bazaar/ignore --- 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/ + *~ diff -r a2d359154fb7 -r 244fc2771241 .gitignore --- 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/ + *~ diff -r a2d359154fb7 -r 244fc2771241 .hgignore --- 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/ + *~