|
@@ -0,0 +1,64 @@
|
|
|
+
|
|
|
+# Created by https://www.gitignore.io/api/vim,c++
|
|
|
+# Edit at https://www.gitignore.io/?templates=vim,c++
|
|
|
+
|
|
|
+### C++ ###
|
|
|
+# Prerequisites
|
|
|
+*.d
|
|
|
+
|
|
|
+# Compiled Object files
|
|
|
+*.slo
|
|
|
+*.lo
|
|
|
+*.o
|
|
|
+*.obj
|
|
|
+
|
|
|
+# Precompiled Headers
|
|
|
+*.gch
|
|
|
+*.pch
|
|
|
+
|
|
|
+# Compiled Dynamic libraries
|
|
|
+*.so
|
|
|
+*.dylib
|
|
|
+*.dll
|
|
|
+
|
|
|
+# Fortran module files
|
|
|
+*.mod
|
|
|
+*.smod
|
|
|
+
|
|
|
+# Compiled Static libraries
|
|
|
+*.lai
|
|
|
+*.la
|
|
|
+*.a
|
|
|
+*.lib
|
|
|
+
|
|
|
+# Executables
|
|
|
+*.exe
|
|
|
+*.out
|
|
|
+*.app
|
|
|
+
|
|
|
+### 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~
|
|
|
+
|
|
|
+# Coc configuration directory
|
|
|
+.vim
|
|
|
+
|
|
|
+# End of https://www.gitignore.io/api/vim,c++
|