Skip to content

Commit a6a60e5

Browse files
committed
Merge remote branch 'upstream/master'
* upstream/master: added rerun and config ignores Add Haskell gitignore Added ExpressionEngine gitignore file. Fixed comment in Objective-C.gitignore Fixed comments in C++.gitignore Fixed comments in Archives.gitignore Fixed comment in Linux.gitignore file Small cleanup of comments in the file
2 parents e518427 + 83a92c8 commit a6a60e5

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

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/*

Haskell.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
dist
2+
*.o
3+
*.hi

Rails.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ capybara-*.html
1212
/coverage/
1313
/spec/tmp/*
1414
**.orig
15+
config/*.yml
16+
rerun.txt

0 commit comments

Comments
 (0)