Added *.orig, *~, and .DS_Store to .gitignore.

This commit is contained in:
Robert Quattlebaum 2013-05-19 17:29:27 -07:00
parent 382308e6bf
commit 4e1e9f8812

3
.gitignore vendored
View File

@ -27,6 +27,9 @@
summary
*.summary
*.faillog
*.orig
*~
.DS_Store
obj_*
symbols.*
Makefile.target