Archived
1
0
Fork 0
This repository has been archived on 2023-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
SLOTH/.gitignore
2018-09-26 15:43:08 -04:00

16 lines
293 B
Text

src/parser/lex.yy.c
src/parser/parser.tab.c
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
src/shell.o
src/string.o
sloth
vgcore*
.vscode
.vscode/*