Add vim, vscode and platformio files to gitignore
This commit is contained in:
parent
6f4231e358
commit
8e16bc1e87
1 changed files with 38 additions and 0 deletions
38
.gitignore
vendored
38
.gitignore
vendored
|
@ -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
|
.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/.browse.c_cpp.db*
|
||||||
.vscode/c_cpp_properties.json
|
.vscode/c_cpp_properties.json
|
||||||
.vscode/launch.json
|
.vscode/launch.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue