Skip to content

Commit

Permalink
Ignore more VS crap
Browse files Browse the repository at this point in the history
  • Loading branch information
LBPHacker committed Jun 23, 2019
1 parent 8968c3c commit eba51a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -65,6 +65,7 @@ config.log
*.pyc
site_scons/site_tools/mfprogram/*.pyc
site_scons/site_tools/gch/*.pyc
.vscode/ipch
.vscode/
.vs/

screenshot_*
2 changes: 1 addition & 1 deletion newelement.py
Expand Up @@ -8,7 +8,7 @@
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'

Expand Down

0 comments on commit eba51a1

Please sign in to comment.