mirror of https://github.com/ArduPilot/ardupilot
.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.
This commit is contained in:
parent
3d2fcfaebd
commit
b7e12214ed
|
@ -48,6 +48,8 @@
|
|||
/Tools/ArdupilotMegaPlanner/wix/obj
|
||||
/Tools/autotest/ch7_mission.txt
|
||||
/Tools/autotest/aircraft/Rascal/reset.xml
|
||||
/Tools/autotest/jsbsim_fgout_0.xml
|
||||
/Tools/autotest/jsbsim_start_0.xml
|
||||
/Tools/autotest/jsb_sim/fgout.xml
|
||||
/Tools/autotest/jsb_sim/rascal_test.xml
|
||||
ArduCopter/Debug/
|
||||
|
|
Loading…
Reference in New Issue