summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 4483b8cae8799ca5706147ba94208ea4d9c0b703 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Temporary files of text editors
*.swp
*~

# Tests : KCG & C build products
tests/kcg
*.log
*.test

# OCaml build products
_build
analyze

# Menhir automaton data
*.conflicts
*.automaton

# Plots
graphs/*