diff options
-rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,13 @@ # Ignore configuration files that may contain sensitive information. sites/*/*settings*.php + + +# Ignore paths that contain generated content. +cache/ +files/ +sites/*/files +sites/*/private +file_bck sites/example.sites.php # Ignore paths that contain generated content. @@ -17,6 +25,7 @@ robots.txt /MAINTAINERS.txt /UPGRADE.txt /README.txt +sites/all/README.txt sites/README.txt sites/all/libraries/README.txt sites/all/modules/README.txt @@ -37,3 +46,10 @@ xmlrpc.php /profiles /scripts /themes + +# Ignore vim temp. files +*.bak +*.swo +*.swp +*~ +*.*~ |