summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d9f3c30d3d..ec04818547 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,7 @@
*.swp
tags
*~
+api_data/v1
build/
.build/
*.bak
@@ -44,18 +45,20 @@ doxygen/
.browse.VC.db*
*.stackdump
# Let these ones be user specific, since we have so many different configurations
+*.code-workspace
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/tasks.json
.vscode/last.sql
.vscode/temp.sql
+.vscode/ipch/
.stfolder
.tags
# ignore image files
*.png
-*.jpg
*.gif
+*.jpg
# things travis sees
secrets.tar
@@ -64,6 +67,7 @@ id_rsa_*
# python things
__pycache__
+.python-version
# prerequisites for updating ChibiOS
/util/fmpp*