edited .gitignore file to exclude .swp and .DS_Store files

This commit is contained in:
Richard Harrington 2013-07-08 17:26:40 -04:00
parent 08827cf2ca
commit 76ad864291

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
*.DS_Store
*.swp
/target
/lib
/classes