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
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

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