Add git ignore files
[ltt-control.git] / .gitignore
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
This page took 0.023089 seconds and 4 git commands to generate.