diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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/ |