Conflicts:
	Global/VisualStudio.gitignore
This commit is contained in:
William Dang
2010-11-23 07:42:06 -07:00
16 changed files with 97 additions and 7 deletions

4
Global/CVS.gitignore Normal file
View File

@@ -0,0 +1,4 @@
/CVS/*
*/CVS/*
.cvsignore
*/.cvsignore

View File

@@ -2,3 +2,6 @@
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
.elc
auto-save-list
tramp

2
Global/SVN.gitignore Normal file
View File

@@ -0,0 +1,2 @@
/.svn/*
*/.svn/*

3
Global/Tags.gitignore Normal file
View File

@@ -0,0 +1,3 @@
# Ignore tags created by etags and ctags
TAGS
tags

View File

@@ -1,2 +1,3 @@
*.tmproj
*.tmproject
tmtags

View File

@@ -8,14 +8,11 @@
# Build results
[Dd]ebug/
[Rr]elease/
*.ncb
*.aps
*.obj
.builds
*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
@@ -27,6 +24,18 @@
*.tlh
*.tmp
*.vspscc
.builds
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
# Visual Studio profiler
*.psess
*.vsp
# ReSharper is a .NET coding add-in
_ReSharper*