diff options
author | Prashant S | 2019-09-01 22:22:37 +0530 |
---|---|---|
committer | GitHub | 2019-09-01 22:22:37 +0530 |
commit | 9ac17c336932a57bbe62c90a4e6d8bb555f2753e (patch) | |
tree | 5e82b6242daa182210662868c2dae92a223d6b5e /.gitignore | |
parent | 8b387ca7234e03cdc38fcc50f87c8cffc3a34b94 (diff) | |
parent | d0463962a2ad73c574f4433dc26c3369489c9d5e (diff) | |
download | r_tbc_fixer-9ac17c336932a57bbe62c90a4e6d8bb555f2753e.tar.gz r_tbc_fixer-9ac17c336932a57bbe62c90a4e6d8bb555f2753e.tar.bz2 r_tbc_fixer-9ac17c336932a57bbe62c90a4e6d8bb555f2753e.zip |
Merge pull request #1 from prashantsinalkar/master
updated tbc fixer for R
Diffstat (limited to '.gitignore')
-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 +*~ +*.*~ |