Explorar el Código

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 hace 11 años
padre
commit
02bbff98df
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      C.gitignore

+ 2 - 0
C.gitignore

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