Skip to content

Commit

Permalink
Fixes #4456: more robust .gitignore (1.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclay committed May 16, 2012
1 parent 472ac1d commit f9bc1a9
Showing 1 changed file with 9 additions and 22 deletions.
31 changes: 9 additions & 22 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# site-specific stuff
/.htaccess
# ignore Elgg configuration
/engine/settings.php
/.htaccess
/mod/*

# never ignore bundled plugins
# don't ignore bundled plugins
!/mod/blog/
!/mod/bookmarks/
!/mod/categories/
Expand Down Expand Up @@ -38,30 +38,17 @@
!/mod/uservalidationbyemail/
!/mod/zaudio/

# Eclipse
/.buildpath
/.settings
/.project

# PHPStorm
/.idea

# NetBeans
# ignore IDE/hidden/OS cache files
.*
*~
/nbproject
/nb-configuration.xml

# vim
.*.sw[a-z]
*.un~
Session.vim

# Textmate
*.tmproj
*.tmproject
tmtags

# OS junk
.DS_Store
._*
Thumbs.db
Desktop.ini

# don't ignore travis config
!/.travis.yml

0 comments on commit f9bc1a9

Please sign in to comment.