Add git ignore files
authorBenjamin Poirier <benjamin.poirier@polymtl.ca>
Wed, 18 Nov 2009 15:46:22 +0000 (10:46 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Wed, 18 Nov 2009 15:46:22 +0000 (10:46 -0500)
Based on the kernel's .gitignore

Signed-off-by: Benjamin Poirier <benjamin.poirier@polymtl.ca>
Cc: Pierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
.gitignore [new file with mode: 0644]
lttctl/.gitignore [new file with mode: 0644]
lttd/.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..4d71548
--- /dev/null
@@ -0,0 +1,51 @@
+#
+# 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
+/configure.lineno
+/depcomp
+/install-sh
+/libtool
+/ltmain.sh
+/missing
+/stamp-h1
+
+#
+# More generated files
+#
+Makefile
+Makefile.in
+
+#
+# Cscope files
+#
+/cscope.out
+/cscope.files
diff --git a/lttctl/.gitignore b/lttctl/.gitignore
new file mode 100644 (file)
index 0000000..fb91d6f
--- /dev/null
@@ -0,0 +1,12 @@
+#
+# Generated files
+#
+ltt-armall
+ltt-armalluser
+ltt-armnetsync
+ltt-armtap
+ltt-disarmall
+ltt-disarmalluser
+ltt-disarmnetsync
+ltt-disarmtap
+lttctl
diff --git a/lttd/.gitignore b/lttd/.gitignore
new file mode 100644 (file)
index 0000000..81fbb78
--- /dev/null
@@ -0,0 +1,4 @@
+#
+# Generated files
+#
+lttd
This page took 0.023956 seconds and 4 git commands to generate.