mirror of
https://github.com/FlightControl-Master/MOOSE_Demos.git
synced 2025-08-15 10:37:47 +00:00
Preparation for using folder .build
This commit is contained in:
parent
71257dfb66
commit
8f6c69ee3c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
**/Moose*.lua
|
||||
!**/Moose_MSRS.lua
|
||||
.buildpath
|
||||
.build
|
||||
.project
|
||||
.settings/org.eclipse.ldt.prefs
|
||||
|
||||
4
.scripts/download.py
Normal file
4
.scripts/download.py
Normal file
@ -0,0 +1,4 @@
|
||||
import urllib.request
|
||||
|
||||
urllib.request.urlretrieve('https://raw.githubusercontent.com/FlightControl-Master/MOOSE_INCLUDE/develop/Moose_Include_Static/Moose_.lua', '../.build/Moose_develop.lua')
|
||||
urllib.request.urlretrieve('https://raw.githubusercontent.com/FlightControl-Master/MOOSE_INCLUDE/master/Moose_Include_Static/Moose_.lua', '../.build/Moose_master.lua')
|
||||
Loading…
x
Reference in New Issue
Block a user