-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
78 lines (78 loc) · 1.48 KB
/
.gitignore
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
*.la
*.lo
*.o
*.pyc
*.tableFAdo
*.tableGrail
*.trs
*.bak
*.log
*.stamp
*~
.#*
.deps
.libs
/Makefile
/Makefile.in
/aclocal.m4
/autom4te.cache
/build-aux/bin/bison++
/build-aux/bin/compile
/build-aux/bin/config.guess
/build-aux/bin/config.sub
/build-aux/bin/depcomp
/build-aux/bin/install-sh
/build-aux/bin/ltmain.sh
/build-aux/bin/missing
/build-aux/bin/py-compile
/build-aux/bin/tap-driver.sh
/build-aux/bin/ylwrap
/build-aux/m4/libtool.m4
/build-aux/m4/ltoptions.m4
/build-aux/m4/ltsugar.m4
/build-aux/m4/ltversion.m4
/build-aux/m4/lt~obsolete.m4
/config.log
/config.status
/configure
/doc/notebooks/a.efsm
/doc/notebooks/a.fst
/doc/notebooks/abc.gv
/doc/notebooks/bin.gv
/doc/notebooks/d.efsm
/doc/notebooks/d.fst
/doc/notebooks/en2es
/doc/notebooks/even.gv
/doc/notebooks/fr2en
/doc/notebooks/numbers
/doc/notebooks/translator
/doc/notebooks/words
/lib/vcsn/dot/scan-version.hh
/lib/vcsn/rat/scan-version.hh
/libtool
/share/vcsn/notebook_profile/history.sqlite
/share/vcsn/notebook_profile/security/
/share/vcsn/notebook_profile/startup/
/share/vcsn/version.yaml
/tests/benchmarks/*.cmd
/tests/benchmarks/*.d
/tests/demo/*.cmd
/tests/demo/*.d
/tests/demo/compose
/tests/demo/operators
/tests/demo/prod-eval
/tests/demo/property
/tests/demo/sms2fr-dyn
/tests/demo/sms2fr-static
/tests/unit/*.cmd
/tests/unit/*.d
/tests/unit/aut_lal_char_z
/tests/unit/aut_lao_char_z
/tests/unit/aut_law_char_z
/tests/unit/concat
/tests/unit/transpose
/vcsn-*/
/vcsn/config.in.h
/vcsn/misc/location.hh
/vcsn/misc/position.hh
\#*#