summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore19
-rw-r--r--kexec/.gitignore1
2 files changed, 20 insertions, 0 deletions
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