summaryrefslogtreecommitdiff
path: root/src/libfsm/.gitignore
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2020-10-18 11:44:43 -0700
committerAdrian Thurston <thurston@colm.net>2020-10-18 11:44:43 -0700
commit85b76476de71f43d3eb25d6bef4ee6d84cb71f6c (patch)
tree65c127fbcf70e62d8a4848be2c9c4ff7d74d86a1 /src/libfsm/.gitignore
parent86bb5882a70224a29650ccfa1e46c9b023c2a3ef (diff)
downloadcolm-85b76476de71f43d3eb25d6bef4ee6d84cb71f6c.tar.gz
lift all source code into src/ dirinto-src
Diffstat (limited to 'src/libfsm/.gitignore')
-rw-r--r--src/libfsm/.gitignore57
1 files changed, 57 insertions, 0 deletions
diff --git a/src/libfsm/.gitignore b/src/libfsm/.gitignore
new file mode 100644
index 00000000..78db4968
--- /dev/null
+++ b/src/libfsm/.gitignore
@@ -0,0 +1,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