summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 072b683..b8ed22c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
+*~
+*.*~