From 312beb2a690ddbcb70d33b369f0085f77e0a5b8a Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 1 May 2016 21:15:52 -0400 Subject: update gitignore --- .gitignore | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f9fc18b..b52c235 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3