summaryrefslogtreecommitdiff
path: root/src/libfsm/.gitignore
blob: 78db4968a08b7cdac127b0d9ce762b4660af4be6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
/tags
/Makefile
/Makefile.in
/rlscan.cc
/rlparse.cc
/rlparse.h
/version.h
/config.h
/config.h.in
/config.h.in~
/ragel
/ragel.exe
/.deps
/stamp-h1
/rlhc
/rlhc.c

/*.lo

# Parsing
/parse.c
/rlreduce.cc
/ldparse.c
/ldreduce.cc

# Common testing file.
/tmp.rl
/tmp.c
/tmp.cc
/tmp.d
/tmp.go
/tmp.ps
/tmp.ml
/tmp.cmi
/tmp.cmx
/tmp.rs
/tmp.crk
/tmp.jl
/tmp
/input

# The ragel frontend doesn't support OCaml lexical rules yet, so a util is
# needed.
/util.ml
/util.cmi
/util.cmx

/libragel.a
/libragel.la
/libfsm.a
/libfsm.la
/.libs

/CMakeFiles
/cmake_install.cmake

/*.pack