-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
86 lines (77 loc) · 1.17 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
79
80
81
82
83
84
85
*.o
*.lo
*.a
*.la
*~
*.gcno
*.gcda
*.gcov
/gcov-report.txt
.deps
.dirstamp
.libs
stamp-h1
stamp-h2
/INSTALL
/compile
/configure.lineno
/depcomp
/ABOUT-NLS
/config.rpath
murrayc-tuple-utils-1.0.pc
Makefile
Makefile.in
/configure
/config.sub
/config.status
/config.log
/config.h
/config.h.in
/config.guess
/autom4te.cache
/aclocal.m4
/mkinstalldirs
/missing
/ltmain.sh
/libtool
/install-sh
/intltool-extract.in
/intltool-merge.in
/intltool-update.in
/compile-binding.am
/dist-changelog.am
/doc-reference.am
/generate-binding.am
/messages.mo
/omf.make
/xmldocs.make
/test-driver
*.log
*.trs
/macros/libtool.m4
/macros/ltoptions.m4
/macros/ltsugar.m4
/macros/ltversion.m4
/macros/lt~obsolete.m4
# docs
/docs/doc-install.pl
/docs/doc-postprocess.pl
/docs/doxygen.css
/docs/doxygen-extra.css
/docs/tagfile-to-devhelp2.xsl
/docs/reference/Doxyfile
/docs/reference/*.log
/docs/reference/*.tag
/docs/reference/*.devhelp2
/docs/reference/html/
tests/test_tuple_cat
tests/test_tuple_cdr
tests/test_tuple_end
tests/test_tuple_for_each
tests/test_tuple_interlace
tests/test_tuple_print
tests/test_tuple_start
tests/test_tuple_subset
tests/test_tuple_transform_each
CMakeCache.txt
cmake_uninstall.cmake