diff options
author | prashantsinalkar | 2019-08-27 12:23:51 +0530 |
---|---|---|
committer | prashantsinalkar | 2019-08-27 12:23:51 +0530 |
commit | 50e8fc0832d81d124abd7606b15502545bf84b23 (patch) | |
tree | 11c520d7509b8bb30db8c53b37d59c1337bad00a | |
parent | 23507115caa3d4de0dbf4909376e35df4352d3d9 (diff) | |
download | SciPy2019-50e8fc0832d81d124abd7606b15502545bf84b23.tar.gz SciPy2019-50e8fc0832d81d124abd7606b15502545bf84b23.tar.bz2 SciPy2019-50e8fc0832d81d124abd7606b15502545bf84b23.zip |
updated file
-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/ |