lttv: Add git ignore files
authorBenjamin Poirier <benjamin.poirier@polymtl.ca>
Mon, 20 Jul 2009 20:06:35 +0000 (16:06 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 21 Jul 2009 04:12:01 +0000 (00:12 -0400)
Based on the kernel's .gitignore

Signed-off-by: Benjamin Poirier <benjamin.poirier@polymtl.ca>
.gitignore [new file with mode: 0644]
lttv/lttv/.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..d9acba3
--- /dev/null
@@ -0,0 +1,50 @@
+#
+# NOTE! Don't add files that are generated in specific
+# subdirectories here. Add them in the ".gitignore" file
+# in that subdirectory instead.
+#
+# NOTE! Please use 'git-ls-files -i --exclude-standard'
+# command after changing this file, to see if there are
+# any tracked files which get ignored after the change.
+#
+# Normal rules
+#
+.*
+!.gitignore
+*.o
+*.lo
+*.la
+*~
+
+#
+# Top-level generated files
+#
+/COPYING
+/INSTALL
+/aclocal.m4
+/autom4te.cache/*
+/config.guess
+/config.h
+/config.h.in
+/config.log
+/config.status
+/config.sub
+/configure
+/depcomp
+/install-sh
+/libtool
+/ltmain.sh
+/missing
+/stamp-h1
+
+#
+# More generated files
+#
+Makefile
+Makefile.in
+
+#
+# Cscope files
+#
+/cscope.out
+/cscope.files
diff --git a/lttv/lttv/.gitignore b/lttv/lttv/.gitignore
new file mode 100644 (file)
index 0000000..7847dde
--- /dev/null
@@ -0,0 +1,6 @@
+#
+# Generated files
+#
+lttv
+lttv-gui
+lttv.real
This page took 0.02414 seconds and 4 git commands to generate.