aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorpack <pack@packgekko.xyz>2026-08-05 17:53:29 +0000
committerpack <pack@packgekko.xyz>2026-08-05 17:53:29 +0000
commit73cb285b7086b3f1e794fbbd69f2735c49510b68 (patch)
tree6c75b68a55b542aa4a0c487983577cb5cd2b2b84 /.gitignore
downloadtiny-73cb285b7086b3f1e794fbbd69f2735c49510b68.tar.gz
first commit
Diffstat (limited to '')
-rw-r--r--.gitignore59
1 files changed, 59 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3477841
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,59 @@
+# 🜲 my git ignore
+
+# 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
+dwm
+
+# debug files.
+*.dSYM/
+*.su
+*.idb
+*.pdb
+
+# kernel module compile results.
+*.mod*
+*.cmd
+.tmp_versions/
+modules.order
+Module.symvers
+Mkfile.old
+dkms.conf
+
+# other (project specific)
+*.cbp
+*.layout