Quellcode durchsuchen

.gitignore - Ignore *.rej

.rej files are common from the git apply process, let's never push them.
Spenser Reinhardt vor 11 Jahren
Ursprung
Commit
98469c70a1
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

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