diff options
author | elijah <elijah@riseup.net> | 2015-04-29 13:53:13 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-04-29 13:53:13 -0700 |
commit | c3b133cb6f02003ab934e5008e108f489ace4158 (patch) | |
tree | fee607133958bb7fc1e5d5f159908cbb40a387c3 /.gitignore | |
parent | e99856e5338424b36884e21db1f1399f4753ab3a (diff) |
updated .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -1,9 +1,3 @@ -# See http://help.github.com/ignore-files/ for more about ignoring files. -# -# If you find yourself ignoring temporary files generated by your text editor -# or operating system, you probably want to add a global ignore instead: -# git config --global core.excludesfile ~/.gitignore_global - # Ignore bundler config /.bundle bin @@ -24,6 +18,10 @@ test/dummy/log/* test/dummy/tmp/* *.pyc +# ignore the disabled customization directories that +# i keep around for testing purposes. +config/customization.* + # ignore all deploy specific configuration config/couchdb.yml public/assets/* |