diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-05-01 21:15:52 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-05-01 21:15:52 -0400 |
commit | 312beb2a690ddbcb70d33b369f0085f77e0a5b8a (patch) | |
tree | 33cd25df255089403780c0515e040a862db0d272 | |
parent | 7930ca0f3f169eac3226c42db7223a1d26e750ee (diff) | |
download | bnewnet-312beb2a690ddbcb70d33b369f0085f77e0a5b8a.tar.gz bnewnet-312beb2a690ddbcb70d33b369f0085f77e0a5b8a.zip |
update gitignore
-rw-r--r-- | .gitignore | 25 |
1 files changed, 22 insertions, 3 deletions
@@ -6,10 +6,29 @@ bn_django/settings.py bn_django/urls.py bn_django/git_wiki/settings.py bn_django/git_browse/settings.py -*.pyc -*.pyo -*.swp + knowledge static/django-admin static/latex2png static/artifacts + +*.o +*.a +*.pyc +*~ +*.swp +.* +*.tmp +*.old +*.profile +*.bkp +*.bak +[Tt]humbs.db +*.DS_Store +build/ +_build/ +src/build/ +*.log + +# Don't ignore this file itself +!.gitignore |