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

C: Ignore Some Common File Extensions for Binaries on Linux

 I use this system in a few of the projects I've contributed to, to
ignore architecture-specific linux binaries.
Kristofer Rye 11 лет назад
Родитель
Сommit
02bbff98df
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      C.gitignore

+ 2 - 0
C.gitignore

@@ -16,3 +16,5 @@
 *.exe
 *.out
 *.app
+*.i*86
+*.x86_64