Просмотр исходного кода

.gitignore - Ignore *.rej

.rej files are common from the git apply process, let's never push them.
Spenser Reinhardt 11 лет назад
Родитель
Сommit
98469c70a1
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

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