summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2020-11-10 20:28:08 +0100
committerBond_009 <bond.009@outlook.com>2020-11-10 20:28:08 +0100
commit749c9d2440dea09bcda73a4bf2c9eeee4611175a (patch)
treee3ec00379b1f989b92397f461c1afc84089bf957
parentf329dc2ba7d167fdb3e67fcd5daa6ff694865c68 (diff)
Add .gitignore
-rw-r--r--.gitignore56
1 files changed, 56 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a437f4a
--- /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
+
+# Release and Debug folders
+[Rr]elease
+[Dd]ebug