mirror of
https://github.com/github/gitignore
synced 2024-11-25 21:24:23 +01:00
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
This commit is contained in:
commit
a6a60e5cd3
15
ExpressionEngine.gitignore
Normal file
15
ExpressionEngine.gitignore
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Images
|
||||||
|
images/avatars/
|
||||||
|
images/captchas/
|
||||||
|
images/smileys/
|
||||||
|
images/member_photos/
|
||||||
|
images/signature_attachments/
|
||||||
|
images/pm_attachments/
|
||||||
|
|
||||||
|
# Caches
|
||||||
|
sized/
|
||||||
|
thumbs/
|
||||||
|
_thumbs/
|
||||||
|
*/expressionengine/cache/*
|
3
Haskell.gitignore
Normal file
3
Haskell.gitignore
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
dist
|
||||||
|
*.o
|
||||||
|
*.hi
|
@ -12,3 +12,5 @@ capybara-*.html
|
|||||||
/coverage/
|
/coverage/
|
||||||
/spec/tmp/*
|
/spec/tmp/*
|
||||||
**.orig
|
**.orig
|
||||||
|
config/*.yml
|
||||||
|
rerun.txt
|
Loading…
Reference in New Issue
Block a user