summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore37
1 files changed, 36 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1b9f98c..224e6e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,38 @@
+# Normal rules
+.*
+*.a
+*.bin
+*.bz2
+*.c.*
*.d
+*.dwo
+*.elf
+*.gz
+*.i
+*.ll
+*.lst
+*.lzma
+*.lzo
*.o
-vmbox
+*.o.*
+*.patch
+*.so
+*.tar
+*.xz
+*.zst
+
+# Top-level files
+/vmbox
+
+# Don't ignore these!
+!.gitattributes
+!.gitignore
+
+# ctags/cscope files
+cscope.*
+ncscope.*
+tags
+TAGS
+
+# Generated documentation
+/doc/output