aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorc+12023-05-03 08:19:43 -0400
committerc+12023-05-03 08:19:43 -0400
commitca9cbfe21ae6b213a665627a7b9430b8584c961e (patch)
tree92b6e565a73ba1e1ad073e27119b3302674c742c /.gitignore
parent36492397289c08e34d2f6f80786b7ea5c3ac8617 (diff)
ignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore77
1 files changed, 77 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 17fbe89..680a97a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,79 @@
+
+# Created by https://www.gitignore.io/api/vim,c
+# Edit at https://www.gitignore.io/?templates=vim,c
+
+### C ###
+# 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 ###
+# Swap
+[._]*.s[a-v][a-z]
+[._]*.sw[a-p]
+[._]s[a-rt-v][a-z]
+[._]ss[a-gi-z]
+[._]sw[a-p]
+
+# Session
+Session.vim
+Sessionx.vim
+
+# Temporary
+.netrwhist
+*~
+# Auto-generated tag files
+tags
+# Persistent undo
+[._]*.un~
+
+# End of https://www.gitignore.io/api/vim,c