فهرست منبع

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 سال پیش
والد
کامیت
02bbff98df
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      C.gitignore

+ 2 - 0
C.gitignore

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