-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy path.gitignore
71 lines (71 loc) · 1.02 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
Makefile.in
/autom4te.cache
/aclocal.m4
/compile
/configure
/depcomp
/install-sh
/missing
/libtool
/ltmain.sh
/m4
# files generated by example
example/.dirstamp
example/test.ini
# files generated by cmake
build/
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
*.pc
*.cmake
# files generated by configure
.deps
.libs
Makefile
config.h
*.o
*.lo
*.la
*.a
*~
*.rej
*.orig
core
config.log
config.status
config.sub
config.guess
libeconf-*.tar.*
bin/example
src/.dirstamp
test-driver
tests/*.log
tests/*.trs
tests/tst-filedoesnotexit1
tests/tst-merge1
tests/tst-merge2
tests/tst-merge3
tests/tst-merge4
tests/tst-merge5
tests/tst-arguments1
tests/tst-arguments2
tests/tst-arguments3
tests/tst-arguments4
tests/tst-arguments5
tests/tst-logindefs1
tests/tst-logindefs2
tests/tst-getconfdirs1
tests/tst-getconfdirs2
tests/tst-getconfdirs3
tests/tst-getconfdirs4
tests/tst-getconfdirs5
tests/tst-getconfdirs6
tests/tst-econf_errstring1
tests/tst-setgetvalues1
tests/tst-groups1
tests/tst-groups2
tests/tst-groups3
tests/tst-groups4
tests/tst-parseconfig1
build