Conflicts: Global/VisualStudio.gitignore
This commit is contained in:
4
Global/CVS.gitignore
Normal file
4
Global/CVS.gitignore
Normal file
@@ -0,0 +1,4 @@
|
||||
/CVS/*
|
||||
*/CVS/*
|
||||
.cvsignore
|
||||
*/.cvsignore
|
@@ -2,3 +2,6 @@
|
||||
\#*\#
|
||||
/.emacs.desktop
|
||||
/.emacs.desktop.lock
|
||||
.elc
|
||||
auto-save-list
|
||||
tramp
|
||||
|
2
Global/SVN.gitignore
Normal file
2
Global/SVN.gitignore
Normal file
@@ -0,0 +1,2 @@
|
||||
/.svn/*
|
||||
*/.svn/*
|
3
Global/Tags.gitignore
Normal file
3
Global/Tags.gitignore
Normal file
@@ -0,0 +1,3 @@
|
||||
# Ignore tags created by etags and ctags
|
||||
TAGS
|
||||
tags
|
@@ -1,2 +1,3 @@
|
||||
*.tmproj
|
||||
*.tmproject
|
||||
tmtags
|
||||
|
@@ -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*
|
||||
|
Reference in New Issue
Block a user