summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2024-08-04 21:59:14 -0500
committerDanny Holman <dholman@gymli.org>2024-08-04 21:59:51 -0500
commit6dbae0c34040a41f7f00fb3e7d04074b5625b2ae (patch)
tree12c91f310bdb05800d232ff4f9f48c3f8636682b /.gitignore
Initial commit
Signed-off-by: Danny Holman <dholman@gymli.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore34
1 files changed, 34 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..78e4e10
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,34 @@
+# Normal rules
+.*
+*.a
+*.bin
+*.bz2
+*.c.*
+*.d
+*.dll
+*.dwo
+*.elf
+*.exe
+*.gz
+*.i
+*.ll
+*.lst
+*.lzma
+*.lzo
+*.o
+*.o.*
+*.patch
+*.so
+*.tar
+*.xz
+*.zstd
+
+# Don't ignore these
+!.gitattributes
+!.gitignore
+
+# ctags/cscope files
+cscope.*
+ncscope.*
+tags
+TAGS