1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-13 11:29:56 +03:00

Add .cache/ to .gitignore (#6983)

This commit is contained in:
Michel Pastor 2021-05-18 18:24:21 +02:00 committed by GitHub
parent 7795514259
commit 9f98cbc91e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View file

@ -8,6 +8,7 @@
.project
.settings
.cproject
.cache/
__pycache__
startup_stm32f10x_md_gcc.s
.vagrant/