# Editor temporary/working/backup files # ######################################### .#* [#]*# *~ *$ *.bak *.diff *.org .project *.rej .settings/ .*.sw[nop] .sw[nop] *.tmp # Compiled source # ################### *.a *.com *.class *.dll *.exe *.o *.py[ocd] *.so # 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 # ################ # setup.py working directory build # sphinx build directory _build # setup.py dist directory dist doc/build doc/cdoc/build # Egg metadata *.egg-info # The shelf plugin uses this dir ./.shelf # Logs and databases # ###################### *.log *.sql *.sqlite # Patches # ########### *.patch *.diff # 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 numpy/__config__.py numpy/core/include/numpy/__multiarray_api.h numpy/core/include/numpy/__ufunc_api.h numpy/core/include/numpy/_numpyconfig.h numpy/version.py site.cfg