Przeglądaj źródła

.gitignore - Ignore *.rej

.rej files are common from the git apply process, let's never push them.
Spenser Reinhardt 11 lat temu
rodzic
commit
98469c70a1
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

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