Explorar o código

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 %!s(int64=17) %!d(string=hai) anos
pai
achega
e23943edfb
Modificáronse 1 ficheiros con 28 adicións e 0 borrados
  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