Module: test
Branch: master
Commit: 078dc10293224d69cf567c42d7471ce09f8989aa
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/test/?a=commit;h=078dc10293224…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Sun Nov 16 18:57:14 2008 +0100
added .gitignore
- patterns for all the files that git should ignore
(from *.o, *.d to config.mak, modules.lst a.s.o)
---
.gitignore | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1a32c7e
--- /dev/null
+++ b/.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