adding textmate project and CVS folders to gitignore

This commit is contained in:
Mike Botsko
2011-06-22 15:21:35 -07:00
parent b49ca17032
commit 94c63ee571

3
.gitignore vendored
View File

@@ -8,13 +8,13 @@
*.swp
*.vi
*~
*.sass-cache
# OS or Editor folders
.DS_Store
.cache
.project
.settings
.tmproj
nbproject
Thumbs.db
@@ -29,6 +29,7 @@ dwsync.xml
# Folders to ignore
.hg
.svn
.CVS
intermediate
publish
.idea