.gitignore: ignore param json file

This commit is contained in:
Pierre Kancir 2020-04-01 16:10:30 +02:00 committed by Peter Barker
parent 5d299eb584
commit 3a39e9cfc1
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -7,6 +7,7 @@
/Tools/autotest/param_metadata/Parameters.wiki /Tools/autotest/param_metadata/Parameters.wiki
/Tools/autotest/param_metadata/Parameters.md /Tools/autotest/param_metadata/Parameters.md
/Tools/autotest/param_metadata/apm.pdef.xml /Tools/autotest/param_metadata/apm.pdef.xml
/Tools/autotest/param_metadata/apm.pdef.json
/Tools/autotest/jsb_sim/fgout.xml /Tools/autotest/jsb_sim/fgout.xml
/Tools/autotest/jsb_sim/rascal_test.xml /Tools/autotest/jsb_sim/rascal_test.xml
/Tools/autotest/jsbsim_fgout_0.xml /Tools/autotest/jsbsim_fgout_0.xml
@ -105,6 +106,7 @@ Parameters.md
Parameters.rst Parameters.rst
Parameters.wiki Parameters.wiki
apm.pdef.xml apm.pdef.xml
apm.pdef.json
parameters.edn parameters.edn
# JetBrains IDE files # JetBrains IDE files
.idea/* .idea/*