summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorprashantsinalkar2017-09-07 12:26:06 +0530
committerprashantsinalkar2017-09-07 12:26:06 +0530
commit9f89e398c88fa0982363d5f42e10f04dc4b58911 (patch)
treef0b8bb2d7988c21ba56d00f025d4405e2a975fb0 /.gitignore
parenta545b3f01d16d6dcaebe3067a2e847df7c271a59 (diff)
downloadSciPy2017-9f89e398c88fa0982363d5f42e10f04dc4b58911.tar.gz
SciPy2017-9f89e398c88fa0982363d5f42e10f04dc4b58911.tar.bz2
SciPy2017-9f89e398c88fa0982363d5f42e10f04dc4b58911.zip
initial commit for development
Diffstat (limited to '.gitignore')
-rwxr-xr-x.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100755
index 0000000..c61bdad
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+# 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/
+scipy2017/local.py
+local.py
+soc/local.py