aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: ecd303ace68c26718fdb1982d8f4ac015a1dbf1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
*
!*/

!.gitignore
!.gitkeep

!makefile
!*.lex
!*.y
!*.c
!*.h
!*.txt
!*.md
!*.tex
!*.tpc

*.yy.c
*.tab.c
*.tab.h