瀏覽代碼

added .gitignore

- .gitignore containing patterns for all the files that git should
   ignore (from *.o, *.d to config.mak, modules.lst  a.s.o).
Andrei Pelinescu-Onciul 17 年之前
父節點
當前提交
94476acf20
共有 1 個文件被更改,包括 28 次插入0 次删除
  1. 28 0
      .gitignore

+ 28 - 0
.gitignore

@@ -0,0 +1,28 @@
+# ignore autogenerated files
+cfg.tab.c
+cfg.tab.h
+lex.yy.c
+librpath.lst
+makecfg.lst
+config.mak
+modules.lst
+# ignore dependency files
+*.d
+# ignore binary files and objects
+ser
+*.so
+*.so.*
+*.o
+# archives
+*.tar.gz
+*.deb
+*.rpm
+# tags
+tags
+TAGS
+# vi swaps
+.*.swp
+# various other binaries
+test/udp_flood
+utils/gen_ha1/gen_ha1
+utils/sercmd/sercmd