Skip to content

Commit a7def41

Browse files
committed
Conflicts: Global/VisualStudio.gitignore
2 parents 2f8c09d + 9abdee4 commit a7def41

16 files changed

+97
-7
lines changed

CakePHP.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ tmp/*
22
config/database.php
33
app/tmp/*
44
app/config/database.php
5-
5+
!empty

CodeIgniter.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
*/config/database.php
22
*/system/logs/log-*.php
33
*/system/cache/*
4-
*/systen/cache/!index.html
4+
*/system/cache/!index.html

Coq.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.vo
2+
*.glob
3+
*.v.d
4+

Drupal.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
sites/default/files
2+
sites/default/private
3+
sites/default/settings.php
4+
cache/
5+
files/
6+
settings.php
7+
/README.txt
8+
/CHANGELOG.txt
9+
/COPYRIGHT.txt
10+
/INSTALL*.txt
11+
/LICENSE.txt
12+
/MAINTAINERS.txt
13+
/UPGRADE.txt
14+
sites/all/README.txt
15+
sites/all/modules/README.txt
16+
sites/all/themes/README.txt

Global/CVS.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/CVS/*
2+
*/CVS/*
3+
.cvsignore
4+
*/.cvsignore

Global/Emacs.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
\#*\#
33
/.emacs.desktop
44
/.emacs.desktop.lock
5+
.elc
6+
auto-save-list
7+
tramp

Global/SVN.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/.svn/*
2+
*/.svn/*

Global/Tags.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Ignore tags created by etags and ctags
2+
TAGS
3+
tags

Global/TextMate.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*.tmproj
2+
*.tmproject
23
tmtags

Global/VisualStudio.gitignore

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@
88
# Build results
99
[Dd]ebug/
1010
[Rr]elease/
11-
*.ncb
12-
*.aps
13-
*.obj
14-
.builds
1511
*_i.c
1612
*_p.c
1713
*.ilk
1814
*.meta
15+
*.obj
1916
*.pch
2017
*.pdb
2118
*.pgc
@@ -27,6 +24,18 @@
2724
*.tlh
2825
*.tmp
2926
*.vspscc
27+
.builds
28+
29+
# Visual C++ cache files
30+
ipch/
31+
*.aps
32+
*.ncb
33+
*.opensdf
34+
*.sdf
35+
36+
# Visual Studio profiler
37+
*.psess
38+
*.vsp
3039

3140
# ReSharper is a .NET coding add-in
3241
_ReSharper*

0 commit comments

Comments
 (0)