Skip to content

Commit 03bd371

Browse files
author
Sébastien Douche
committed
Merge remote-tracking branch 'github/master'
2 parents c991bc5 + 0e80099 commit 03bd371

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+314
-27
lines changed

Autotools.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# http://www.gnu.org/software/automake
32

43
Makefile.in

C++.gitignore

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
# compiled object files
1+
# Compiled Object files
2+
*.slo
3+
*.lo
24
*.o
35

4-
# compiled dynamic libraries
6+
# Compiled Dynamic libraries
57
*.so
68

7-
# compiled static libraries
9+
# Compiled Static libraries
10+
*.lai
11+
*.la
812
*.a

CFWheels.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# unpacked plugin folders
2+
plugins/**/*
3+
4+
# files directory where uploads go
5+
files
6+
7+
# DBMigrate plugin: generated SQL
8+
db/sql
9+
10+
# AssetBundler plugin: generated bundles
11+
javascripts/bundles
12+
stylesheets/bundles

CSharp.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,12 @@ _ReSharper*
55
bin
66
obj
77

8+
# user settings
9+
*.user
10+
*.suo
11+
12+
# if you have pictures, windows will likely create those annoying index files
13+
Thumbs.db
14+
15+
# mstest test results
16+
TestResults

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: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
sites/default/files
2+
sites/default/private
3+
sites/default/settings.php
4+
cache/
5+
files/
6+
/README.txt
7+
/CHANGELOG.txt
8+
/COPYRIGHT.txt
9+
/INSTALL*.txt
10+
/LICENSE.txt
11+
/MAINTAINERS.txt
12+
/UPGRADE.txt
13+
robots.txt
14+
sites/all/README.txt
15+
sites/all/modules/README.txt
16+
sites/all/themes/README.txt
17+
.htaccess
18+
19+
#for non core developer
20+
#only include "sites" folder without exclusions before
21+
cron.php
22+
index.php
23+
install.php
24+
update.php
25+
xmlrpc.php
26+
/includes
27+
/misc
28+
/modules
29+
/profiles
30+
/scripts
31+
/themes
32+

ExpressionEngine.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.DS_Store
2+
3+
# Images
4+
images/avatars/
5+
images/captchas/
6+
images/smileys/
7+
images/member_photos/
8+
images/signature_attachments/
9+
images/pm_attachments/
10+
11+
# Caches
12+
sized/
13+
thumbs/
14+
_thumbs/
15+
*/expressionengine/cache/*

Global/Archives.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# it's better to unpack these files and commit the raw source
2-
# git has its own built in compression methods
1+
# It's better to unpack these files and commit the raw source because
2+
# git has its own built in compression methods.
33
*.7z
44
*.dmg
55
*.gz
@@ -9,4 +9,4 @@
99
*.tar
1010
*.tar.gz
1111
*.zip
12-
*.bzip
12+
*.bzip

0 commit comments

Comments
 (0)