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

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

# OCaml build products
_build
analyze

# Menhir automaton data
*.conflicts
*.automaton

# Plots
graphs/*
graphs2/*