Add .gitignore
This commit is contained in:
parent
bbbc46e81b
commit
56bee6b3e0
|
@ -0,0 +1,17 @@
|
||||||
|
# Folders:
|
||||||
|
.DS_Store/
|
||||||
|
.vs/
|
||||||
|
bin/
|
||||||
|
cache/
|
||||||
|
log/
|
||||||
|
obj/
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# Files:
|
||||||
|
*.csproj.user
|
||||||
|
*~
|
||||||
|
|
||||||
|
# Project specific:
|
||||||
|
bison-parser.c
|
||||||
|
bison-parser.h
|
||||||
|
flex-scanner.c
|
Loading…
Reference in New Issue