]> granicus.if.org Git - flex/commitdiff
add more patterns to .gitignore
authorWill Estes <westes575@gmail.com>
Mon, 6 Aug 2012 20:45:30 +0000 (16:45 -0400)
committerWill Estes <westes575@gmail.com>
Mon, 6 Aug 2012 20:45:30 +0000 (16:45 -0400)
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.

.gitignore

index 3d37da7d0e778a2538192ff74664270fb430d545..defbe3524fccdb8b0a3ca36af350692385dc572b 100644 (file)
@@ -33,3 +33,6 @@ config.rpath
 ylwrap
 *.o
 *.a
+*~
+*.orig
+*.rej