Merge pull request #243 from darconeous/pull-requests/more-gitignore

Added `*.orig`, `*~`, and `.DS_Store` to `.gitignore`.
This commit is contained in:
Robert Quattlebaum 2013-05-21 18:03:15 -07:00
commit 092c69b2fb

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