summaryrefslogtreecommitdiff
path: root/.gitignore
blob: d9ef308e629e00c7024a15ca4f6313b567cf61c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# /
/*.d *.o netlemmings

# /bin/
/bin/*

# /src/parser/
/src/parser/y.output
/src/parser/lex.yy.c
/src/parser/y.tab.h
/src/parser/y.tab.c