summaryrefslogblamecommitdiff
path: root/.gitignore
blob: 5b727b18dcc2b0f004cef044fcc4042c77bbb035 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                 
     
  
    
 





                                

       



                       


        
         
# 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/*