Modified gitignore file to match new build process
This commit is contained in:
parent
8c7571bef4
commit
f3e04ac019
1 changed files with 10 additions and 3 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -1,6 +1,13 @@
|
||||||
src/lex.yy.c
|
src/parser/lex.yy.c
|
||||||
src/parser.tab.c
|
src/parser/parser.tab.c
|
||||||
src/parser.tab.h
|
src/parser/parser.tab.h
|
||||||
|
src/parser/lex.yy.o
|
||||||
|
src/parser/parser.tab.o
|
||||||
|
src/variables/environment.o
|
||||||
|
src/variables/variable.o
|
||||||
|
src/variables/value.o
|
||||||
|
src/operations/node.o
|
||||||
|
src/operations/operators.o
|
||||||
sloth
|
sloth
|
||||||
vgcore*
|
vgcore*
|
||||||
.vscode
|
.vscode
|
||||||
|
|
Reference in a new issue