[Pkg-ossec-devel] [SCM] Git repository for pkg-ossec branch, master, updated. f89fb2c00b1a2606035e5cd0e35b4ebe99f049ac

Javier Fernandez-Sanguino jfs at debian.org
Wed Aug 29 16:31:27 UTC 2012


The following commit has been merged in the master branch:
commit 9641cb9eb0f3fd7d60be3e778b860c2f98996ae1
Author: Javier Fernandez-Sanguino <jfs at debian.org>
Date:   Tue Aug 28 14:36:05 2012 +0200

    Git ignore file for pkg-ossec

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..20584a1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,68 @@
+### These files should get ignored no matter where they appear.
+
+# Editors leave these lying around
+\#*\#
+.#*
+*~
+*.swp
+
+# C stuff
+*.o
+
+# Windows stuff
+*.obj
+*.exe
+*.lib
+
+# Patch leaves these lying arround
+*.orig
+*.rej
+
+# gcov stuff
+*.gcno
+*.gcov
+*.gcda
+
+
+# Libtool stuff
+.libs
+*.lo
+*.la
+
+# ctags stuff
+TAGS
+
+# quilt stuff
+.pc
+
+## The initial / makes these files only get ignored in particular directories.
+/autom4te.cache
+
+# Libtool adds these, at least sometimes
+/m4/libtool.m4
+/m4/ltoptions.m4
+/m4/ltsugar.m4
+/m4/ltversion.m4
+/m4/lt~obsolete.m4
+
+# Autotools stuff
+.deps
+
+# Autoconf stuff
+/aclocal.m4
+/compile
+/doxygen
+/config.guess
+/config.log
+/config.status
+/config.sub
+/configure
+/depcomp
+/config.h
+/config.h.in
+/libtool
+/ltmain.sh
+/missing
+/stamp-h1
+/stamp-h2
+

-- 
Git repository for pkg-ossec



More information about the Pkg-ossec-devel mailing list