summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2012-08-06 16:45:30 -0400
committerWill Estes <westes575@gmail.com>2012-08-06 16:45:30 -0400
commit5286a46d734a0d34a8036ae06732092cd4d5ef55 (patch)
treefbc4fb828742693f7c2155dfd045ba7e064b6160 /.gitignore
parent83a188d6180607c112b67097e206ec742d8772d0 (diff)
add more patterns to .gitignore
Undersome circumstances, the build process will generate conf.in~, which we want to ignore. Also, some patch files will apply but not cleanly and *.orig and *.rej files are generated. We want to ignore them as well.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3d37da7..defbe35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,6 @@ config.rpath
ylwrap
*.o
*.a
+*~
+*.orig
+*.rej