summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorThomas Stephen Lee2016-09-14 12:34:58 +0530
committerThomas Stephen Lee2016-09-14 12:34:58 +0530
commita8093da44c4ab329ace95996ed3d09c9fe2ecc17 (patch)
tree7d353f9ba2b53aa66c47f2b9895684a4a6d8960f /.gitignore
parent177f76a36a85613096e0bf44d9f1bedd4aedc187 (diff)
downloadSciPy2016-a8093da44c4ab329ace95996ed3d09c9fe2ecc17.tar.gz
SciPy2016-a8093da44c4ab329ace95996ed3d09c9fe2ecc17.tar.bz2
SciPy2016-a8093da44c4ab329ace95996ed3d09c9fe2ecc17.zip
Add gitignore file
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore45
1 files changed, 45 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3f60a08
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,45 @@
+*.pyc
+*.zip
+*~
+.project
+.pydevproject
+app.yaml
+build
+tests/coverageResults
+*,cover
+tests/.coverage
+*.git
+*.egg-info
+eggs
+parts
+.installed.cfg
+bin
+develop-eggs
+.DS_Store
+.settings
+.*.swp
+*.egg
+*.egg-link
+*.svn*
+*.wpr
+.installed.cfg
+src/*
+parts
+downloads
+.xvpics*
+.project
+pytask/local.py
+pytask/pytask.egg-info
+pytask/static/media
+pytask/uploads
+apache/*
+*.swp
+*.bak
+*.swo
+*.db-journal
+*.db
+migrations
+wsgi.log
+*.sqlite3
+
+uploads/*