Added gitignore for build files and visual studio code vgcore
This commit is contained in:
parent
b2995e2475
commit
1bf170d70c
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
src/lex.yy.c
|
||||||
|
src/parser.tab.c
|
||||||
|
src/parser.tab.h
|
||||||
|
sloth
|
||||||
|
vgcore*
|
Reference in a new issue