aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorFarzad Sadeghi <thabogre@gmail.com>2017-12-27 19:20:26 +0000
committerGitHub <noreply@github.com>2017-12-27 19:20:26 +0000
commitff4be8d41251134d05b299f2fb98bf822d9c858b (patch)
tree1bfd00ed8c9fc6ac6c29e381f0b0023a95d16b3b /.gitignore
downloadmemdump-ff4be8d41251134d05b299f2fb98bf822d9c858b.tar.gz
memdump-ff4be8d41251134d05b299f2fb98bf822d9c858b.zip
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore52
1 files changed, 52 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c6127b3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,52 @@
+# 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