Add vim, vscode and platformio files to gitignore

This commit is contained in:
Nick Hahn 2020-12-29 14:14:38 +01:00
parent 6f4231e358
commit 8e16bc1e87

38
.gitignore vendored
View file

@ -1,4 +1,42 @@
# Created by https://www.toptal.com/developers/gitignore/api/platformio,vim,vscode
# Edit at https://www.toptal.com/developers/gitignore?templates=platformio,vim,vscode
### PlatformIO ###
.pioenvs
.piolibdeps
.clang_complete
.gcc-flags.json
.pio
compile_commands.json
### Vim ###
# Swap
[._]*.s[a-v][a-z]
!*.svg # comment out if you don't need vector files
[._]*.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~
### vscode ###
.vscode/*
*.code-workspace
# End of https://www.toptal.com/developers/gitignore/api/platformio,vim,vscode
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json