Created a .gitignore for the group

This commit is contained in:
Andrew 2012-01-27 17:38:20 -05:00
parent 9c70b260a6
commit 4df4ce05ce

29
.gitignore vendored Normal file
View file

@ -0,0 +1,29 @@
# general hidden files/directories
.DS_Store
.sconsign*
.svn
# file patterns
*.dylib
*.la
*.lo
*.o
*.pyc
*.pyo
*.so
*.tar.gz
*.tar.bz2
*~
*.project
*.pydevproject
# Project Specific patterns
dist/*
beets.egg-info/*
build/*
docs/_build/*