summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2010-10-11 23:19:28 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2010-10-11 23:19:28 -0700
commit4bbe9a87ff41f8444af73a791482c18995293ddc (patch)
tree155e4f1a31609c234472d3a619d07317b30c84e8 /.gitignore
parenta14dd542532d383610c1b01c5698b137dd058fea (diff)
downloadpython-numpy-4bbe9a87ff41f8444af73a791482c18995293ddc.tar.gz
python-numpy-4bbe9a87ff41f8444af73a791482c18995293ddc.tar.bz2
python-numpy-4bbe9a87ff41f8444af73a791482c18995293ddc.zip
ENH - improved .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore83
1 files changed, 68 insertions, 15 deletions
diff --git a/.gitignore b/.gitignore
index d4c4f686c..4ca70a186 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,19 +1,72 @@
+# Editor temporary/working/backup files #
+#########################################
+.#*
+[#]*#
*~
-*.o
+*$
+*.bak
+*.diff
+*.org
+.project
+*.rej
+.settings/
+.*.sw[nop]
+.sw[nop]
+*.tmp
+
+# Compiled source #
+###################
*.a
-*.pyc
-*.swp
-*.pyo
+*.com
+*.class
+*.dll
+*.exe
+*.o
+*.py[ocd]
*.so
-*.pyd
-.gdb_history
-dist
-/build
-/dist
-/doc/build
-/doc/cdoc/build
-.\#*
+
+# Packages #
+############
+# it's better to unpack these files and commit the raw source
+# git has its own built in compression methods
+*.7z
+*.bz2
+*.bzip2
+*.dmg
+*.gz
+*.iso
+*.jar
+*.rar
+*.tar
+*.tbz2
+*.tgz
+*.zip
+
+# Python files #
+################
+build # setup.py working directory
+_build # sphinx build directory
+dist # setup.py dist directory
+doc/build
+doc/cdoc/build
+*.egg-info # Egg metadata
+./.shelf # The shelf plugin uses this dir
+
+# Logs and databases #
+######################
*.log
-*.egg-info
-/numpy/core/__svn_version__.py
-/doc/numpy.scipy.org/_build
+*.sql
+*.sqlite
+
+# OS generated files #
+######################
+.gdb_history
+.DS_Store?
+ehthumbs.db
+Icon?
+Thumbs.db
+
+# Things specific to this project #
+###################################
+numpy/core/__svn_version__.py
+doc/numpy.scipy.org/_build