diff options
author | prashantsinalkar | 2018-08-02 17:34:44 +0530 |
---|---|---|
committer | prashantsinalkar | 2018-08-02 17:34:44 +0530 |
commit | 12e2fc377721da3bc68ba47f6b98efa157353c18 (patch) | |
tree | 842090fefacf2d43bb112383e57282b29936768e /.gitignore | |
parent | ae9cfa3a80bc9336fd7336f1316f12290ee2ea99 (diff) | |
download | SciPy2018-12e2fc377721da3bc68ba47f6b98efa157353c18.tar.gz SciPy2018-12e2fc377721da3bc68ba47f6b98efa157353c18.tar.bz2 SciPy2018-12e2fc377721da3bc68ba47f6b98efa157353c18.zip |
added project files
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..253205b --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# 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/ |