[Oisf-devel] [PATCH 01/10] Import .gitignore file.

Eric Leblond eleblond at edenwall.com
Sun Nov 21 13:30:44 UTC 2010


This fix the status returned by 'git status' by removing files that
have not to be added to repository.

Signed-off-by: Eric Leblond <eleblond at edenwall.com>
---
 .gitignore |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c52c9e3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,36 @@
+*.o
+*.lo
+*.in
+*.[ch]e
+Makefile
+.deps/
+.libs/
+*~
+m4/
+TAGS
+aclocal.m4
+autom4te.cache/
+config.guess
+config.h
+config.log
+config.status
+config.sub
+configure
+libhtp/TAGS
+libhtp/aclocal.m4
+libhtp/autom4te.cache/
+libhtp/config.h
+libhtp/config.log
+libhtp/config.status
+libhtp/configure
+libhtp/htp.pc
+libhtp/htp/TAGS
+libhtp/htp/libhtp.la
+libhtp/libtool
+libhtp/stamp-h1
+libhtp/test/TAGS
+libtool
+ltmain.sh
+src/TAGS
+src/suricata
+stamp-h1
-- 
1.7.2.3




More information about the Oisf-devel mailing list