Ignore more VS crap
This commit is contained in:
parent
8968c3c30f
commit
eba51a1ea5
3
.gitignore
vendored
3
.gitignore
vendored
@ -65,6 +65,7 @@ config.log
|
||||
*.pyc
|
||||
site_scons/site_tools/mfprogram/*.pyc
|
||||
site_scons/site_tools/gch/*.pyc
|
||||
.vscode/ipch
|
||||
.vscode/
|
||||
.vs/
|
||||
|
||||
screenshot_*
|
||||
|
@ -8,7 +8,7 @@ else:
|
||||
name = sys.argv[1]
|
||||
|
||||
if re.search('[^A-Z0-9-]', name):
|
||||
sys.exit('element names should only contain uppercase letters, numbers and hyphens (you can change the Name property of the element to whatever later though, which is what shows up in menus)')
|
||||
sys.exit('element names should only contain uppercase letters, digits and hyphens (you can change the Name property of the element to whatever later though, which is what shows up in menus)')
|
||||
|
||||
path = 'src/simulation/elements/' + name + '.cpp'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user