Andrew Tridgell
644c56361c
Tools: added bootloader for MatekF765-SE
3 years ago
Sebastian Quilter
b4119aa07b
AP_OSD: remove font bins from gitignore
4 years ago
Iampete1
bd8619a616
gitignore: add scripting repl
4 years ago
bugobliterator
ae1a667232
.gitignore: ignore tasklist.json
4 years ago
Tom Pittenger
f128d8c549
gitignore: ignore .pydevproject from Eclipse Python plugin
4 years ago
Pierre Kancir
abacfc93cc
.gitignore: ignore build.tmp directory on docker
4 years ago
Pierre Kancir
f6f418605f
.gitignore: add LogMessages output to ignore list
5 years ago
Pierre Kancir
5ffae82a90
.gitignore: ignore Mission Planner parameter files
5 years ago
Peter Barker
698e9cb224
gitignore: rename APMrover2 to Rover
5 years ago
Pierre Kancir
3a39e9cfc1
.gitignore: ignore param json file
5 years ago
Jaaaky
c46a1112e1
gitignore: Add dumpstack_*out to .gitignore
5 years ago
Jaaaky
4e6e758e89
gitignore: Add persistent.dat to .gitignore
6 years ago
Michael du Breuil
c0ffdd7efb
gitignore: Ignore scripts and any stack traces
6 years ago
mhefny
1e41f7cc61
SITL: add Webots support and examples
6 years ago
Tom Pittenger
3a5fc0149d
gitignore: add way.txt for MAVPorxy waypoint missions
...
- this is already ignored on other vheicles when launching sim_vehicle from the directory but not if you launch sitl from root
6 years ago
Buzz
31697a3b0c
Tools: add support for GCOV code coverage tool and HTML reporting with LCOV.
...
first, "apt install gcovr lcov" as new prerequisites
then run:
./waf configure --enable-gcov
./waf build --lcov-report
and after much waiting review the report in HTML format with your preferred browser eg:
firefox reports/lcov-report/index.html
6 years ago
Pierre Kancir
b1a03a3567
gitignore: ignore Jetbrains files and cmake build
6 years ago
Dr Nic Williams
b54f61eccc
ignore vagrant console log
6 years ago
Michael du Breuil
069897b4b6
.gitignore: Ignore parameter metadata files
6 years ago
Jaime Machuca
2f01f08b24
GitIgnore: added .vscode folder to .gitignore
7 years ago
Michael du Breuil
9fbe6e624a
Git: Add .gdbinit to list of ignored files
7 years ago
night-ghost
70eb659c2d
added .apj to .gitignore
7 years ago
night-ghost
e2b628c471
AP_HAL_F4light: fixed compilation for boards AirbotF4, AirbotV2 and CL_Racing_F4. Corrected prefix for binaries
7 years ago
Andrew Tridgell
6249706d8d
git: ignore .i files (for revomini build)
7 years ago
HeBin
b3307edd8f
ardupilot: update .gitignore
7 years ago
Leonard Hall
52ed8d0bb0
Git: add arducopter.exe.stackdump to gitignore
7 years ago
Jacob Walser
b752594fe5
param_metadata: Markdown parameter formatter
8 years ago
Jacob Walser
fc1f28ff2a
git: Ignore Build.ArduSub/*
8 years ago
Dr.-Ing. Amilcar Do Carmo Lucas
d35433b253
gitignore: ignore generated parameter documentation files
8 years ago
Lucas De Marchi
a5bac15bbe
gitignore: sort entries
...
First the ones that are applied only from the root directory. Then the
entries applied everywhere.
9 years ago
Lucas De Marchi
fef684c0fb
gitignore: ignore logs/ and terrain/ in all vehicles
...
We can start sitl in any directoy, which may end up creating these
directories. Ignore them everywhere then.
9 years ago
Lucas De Marchi
d1843816ed
gitignore: remove entries about APM Planner
9 years ago
Randy Mackay
c368cb07c2
Git: ignore ral.txt files
9 years ago
Randy Mackay
dd5e8f3780
Copter: git ignore fence.txt
9 years ago
Tom Pittenger
6ecf0daa9f
gitignore: add *.generated.h to match px4Firmware implementaion in their submodule
9 years ago
Lucas De Marchi
bb44f20c57
gitignore: ignore mav.parm in the entire tree
9 years ago
XingZhangWu
3315859411
.gitignore: add .tags, cscope.in.out for sublime user
9 years ago
Caio Marcelo de Oliveira Filho
6e7b73610d
waf: add waf support
9 years ago
Tom Pittenger
53716f9022
Git: update gitignore for way.txt
...
This file is generated by SITL and should not be committed.
9 years ago
Andrew Tridgell
6ec532694d
git: turns out .autotools is a file not a directory
10 years ago
Andrew Tridgell
7d7ea69611
git: ignore .autotools directory for eclipse users
10 years ago
Randy Mackay
7f97f7d0a3
Git: ignore logs, mav.parm for plane, rover
10 years ago
squilter
30201b5136
Git: ignore logs, mav.parm for copter
10 years ago
Tom Pittenger
b7e12214ed
.gitignore update for jsbsim changes
...
It seems jsbsim has changed the filenames and the location of _fgout.xml and rascal_test.
I'm not sure if this is a mistake or new behavior but either way these files are generated and don't need to be tracked.
10 years ago
Tom Pittenger
a7d5f7ab6f
ardupilot: revise gitignore to reflect jsb_sim folder rename
10 years ago
Tom Pittenger
06d1f3ebdf
Plane: add ArduPlane/test/* to gitignore
...
so that the ArduPlane sitl example (--aircraft test) won't show flight
logs as changes
10 years ago
Randy Mackay
d46ceac1f8
Git: ignore autotest.lck and index.html
10 years ago
Randy Mackay
2abb13e480
Git: ignore Build.AntennaTracker
11 years ago
Randy Mackay
ad5fd361f0
Git: ignore terrain data files
11 years ago
Randy Mackay
241c147e2a
Git: ignore Thumbs.db
...
These files can be created automatically on Windows machines and are
difficult to remove
11 years ago