PATCH] Add .gitignore to ignore auto genrated files.

Isaku Yamahata yamahata at valinux.co.jp
Tue Jul 15 21:31:12 EDT 2008


Add .gitignore to ignore auto genrated files.

Signed-off-by: Isaku Yamahata <yamahata at valinux.co.jp
---
 .gitignore       |   19 +++++++++++++++++++
 kexec/.gitignore |    1 +
 2 files changed, 20 insertions(+), 0 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 kexec/.gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f382a0a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
+#
+# Normal rules
+#
+*~
+*.a
+*.d
+*.o
+*.ro
+
+# generated files
+Makefile
+autom4te.cache/
+bin/
+build/
+config.log
+config.status
+configure
+include/config.h.in
+include/config.h
diff --git a/kexec/.gitignore b/kexec/.gitignore
new file mode 100644
index 0000000..aae25d2
--- /dev/null
+++ b/kexec/.gitignore
@@ -0,0 +1 @@
+purgatory.c
-- 
1.5.6



-- 
yamahata



More information about the kexec mailing list