# 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]
# *~

# python ignores
*.pyc
*.pyo

# eclipse
.project
.classpath
.settings
.metadata
.pydevproject

# other generic files to ignore
*~
*.lock
*.DS_Store
*.swp
*.out

# setuptools stuff
/build/
/_configtest.f

# files generated by py.test
/.figleaf
/html/
