summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorArcaneDev <alive6863@gmail.com>2025-09-13 16:33:52 +0300
committerGitHub <noreply@github.com>2025-09-13 16:33:52 +0300
commit7978ca7da34f7e9665f30077cce62d9cb06f752f (patch)
tree7b031ac0da488388bdad1a73206931f734ffc67b /.gitignore
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore55
1 files changed, 55 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..845cda6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,55 @@
+# 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
+
+# debug information files
+*.dwo