Explorar el Código

.gitignore - Ignore *.rej

.rej files are common from the git apply process, let's never push them.
Spenser Reinhardt hace 11 años
padre
commit
98469c70a1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

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