From 4e1e9f8812509699c7c2435b552fae3c410e182c Mon Sep 17 00:00:00 2001 From: Robert Quattlebaum Date: Sun, 19 May 2013 17:29:27 -0700 Subject: [PATCH] Added `*.orig`, `*~`, and `.DS_Store` to `.gitignore`. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4f3539f0b..7850c4d7a 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,9 @@ summary *.summary *.faillog +*.orig +*~ +.DS_Store obj_* symbols.* Makefile.target