Merge pull request #10292 from bkleiner/add-tbs-lucid
[inav.git] / .gitignore
blob9b72fa8305ad9605d839a3a7fd7beee7dcceca85
1 *.o
2 .DS_Store
3 *~
4 *.swp
5 *.uvopt
6 *.dep
7 *.bak
8 *.uvgui.*
9 *.ubx
10 .project
11 .settings
12 .cproject
13 .cache/
14 __pycache__
15 startup_stm32f10x_md_gcc.s
16 .vagrant/
17 #.vscode/
18 cov-int*
19 /build/
20 /build_SITL/
21 /[hs]itl/
22 /ninja/
23 /obj/
24 /patches/
25 /tools/
26 /downloads/
27 /debug/
28 /release/
29 /*_SITL/
31 # script-generated files
32 docs/Manual.pdf
33 README.pdf
35 # build generated files
36 /settings.json
38 # local changes only
39 make/local.mk
40 launch.json
41 .vscode/tasks.json
42 .vscode/c_cpp_properties.json
44 /cmake-build-debug/
46 # Assitnow token and files for test script
47 tokens.yaml
48 *.ubx