aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@cruncher.tec.linutronix.de>2006-05-30 00:48:28 +0200
committerThomas Gleixner <tglx@cruncher.tec.linutronix.de>2006-05-30 00:48:28 +0200
commit3beba17eab553b0fdd35c0c1656535b4d08143dc (patch)
tree9bc24927a92d1db1166f556a0f65150cc77a8b4d
parent89edb1f57951f3f8a883ab8f3bbc7daa94f08285 (diff)
Add .gitignore file
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r--.gitignore26
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9bf8ccc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,26 @@
+#
+# NOTE! Don't add files that are generated in specific
+# subdirectories here. Add them in the ".gitignore" file
+# in that subdirectory instead.
+#
+# Normal rules
+#
+.*
+*.o
+*.a
+*.s
+*.ko
+*.so
+*.mod.c
+*~
+
+#
+# Top-level generic files
+#
+
+#
+# Generated include files
+#
+
+# stgit generated dirs
+patches-*