summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2021-10-26 15:53:29 +0100
committerPhil Jones <philj56@gmail.com>2021-10-26 16:59:42 +0100
commitbe50c08dabd7bdddaa47e8807c41f3c5b9a80be8 (patch)
tree86ec1109ec3d399bf33943ae55e18084b8d9a5c6 /.gitignore
Initial commit.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore64
1 files changed, 64 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4322790
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,64 @@
+# 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
+
+# Vim files
+*.swp
+*.taghl
+tags
+
+# Mac OS files
+.DS_Store
+
+# Project specific files
+build/
+.cache