Browse Source

.gitignore - Ignore *.rej

.rej files are common from the git apply process, let's never push them.
Spenser Reinhardt 11 years ago
parent
commit
98469c70a1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -6,6 +6,7 @@ cscope.out
 NP-VERSION-FILE
 *.o
 *.swp
+*.rej
 
 # /
 /aclocal.m4