summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Marçalo <raroma09@gmail.com>2021-09-05 12:31:31 +0000
committerRafael Marçalo <raroma09@gmail.com>2021-09-05 12:31:31 +0000
commita0ddf67f8510557f255ae4d0cb3480094adbb51d (patch)
tree06b5ac6d8d2586e191e4201adfd346a9d723f323
parent0157ba581042306c6207388e03abdad9f0de9be4 (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..c0f1e7f
--- /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
+
+# Program Binaries
+queryt
+queryt_debug