summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore17
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b86a96090..f0be71cbe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,11 @@
+#
+# Never ignore these
+#
+!.gitignore
+
+#
+# Generated files
+#
*.os
*.oS
*.dep
@@ -6,3 +14,12 @@
*.depend
lib
.config*
+.*.dep
+#
+# Backups / patches
+#
+*~
+*.orig
+*.rej
+/*.patch
+/*.diff