Ignore more VS crap

This commit is contained in:
Tamás Bálint Misius 2019-06-23 12:11:01 +02:00
parent 8968c3c30f
commit eba51a1ea5
No known key found for this signature in database
GPG Key ID: 5B472A12F6ECA9F2
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -65,6 +65,7 @@ config.log
*.pyc
site_scons/site_tools/mfprogram/*.pyc
site_scons/site_tools/gch/*.pyc
.vscode/ipch
.vscode/
.vs/
screenshot_*

View File

@ -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'