commit ab6f0513344cf8bd6d34be2533a87aebdbe54120
Author: Preston Badeer <preston@badeer.co>
AuthorDate: Sat May 31 15:48:37 2025 -0500
Commit: Preston Badeer <preston@badeer.co>
CommitDate: Sat May 31 15:48:37 2025 -0500
Add a C gitignore file, and ignore built binary
---
.gitignore | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 56 insertions(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6b348ff
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,56 @@
+# Prerequisites
+*.d
+
+# Object files
+*.o
+*.ko
+*.obj
+*.elf
+
+# Linker output
+*.ilk
+*.map
+*.exp
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Libraries
+*.lib
+*.a
+*.la
+*.lo
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
+*.i*86
+*.x86_64
+*.hex
+
+# Debug files
+*.dSYM/
+*.su
+*.idb
+*.pdb
+
+# Kernel Module Compile Results
+*.mod*
+*.cmd
+.tmp_versions/
+modules.order
+Module.symvers
+Mkfile.old
+dkms.conf
+
+
+# Don't commit the built binary
+sxbar