From 50e8fc0832d81d124abd7606b15502545bf84b23 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 27 Aug 2019 12:23:51 +0530 Subject: updated file --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index 894a44c..b89167c 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,19 @@ venv.bak/ # mypy .mypy_cache/ + +# git ls-files --others --exclude-from=.git/info/exclude +# Lines that start with '#' are comments. +# For a project mostly in C, the following would be a good set of +# exclude patterns (uncomment them if you want to use them): +# *.[oa] +*~ +*.*~ +*.swp +*.swo +*.pyc +*.bkp + +tmp/ +static/log/ +static/tmp/ -- cgit