forked from libcheck/check
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
87 lines (83 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Temp files
*~
*.bak
*.backup
\#*
.\#*
*\#
*.sav
*.save
*.autosav
*.autosave
*.swp
*.swap
# Generated binaries
*.o
*.lo
*.la
*.Po
*.Plo
# Generated folders
bin/
build/
release/
debug/
# CMake
CMakeCache.txt
CMakeFiles/
CTestTestfile.cmake
DartConfiguration.tcl
Testing/
check_error_linenums_seRbql
check_test_names__e1JTIe
cmake_install.cmake
lib/CMakeFiles/
lib/cmake_install.cmake
lib/libcompat.a
src/CMakeFiles/
src/cmake_install.cmake
src/libcheck.a
tests/CMakeFiles/
tests/CTestTestfile.cmake
tests/check_check
tests/check_check_export
tests/check_nofork
tests/check_nofork_teardown
tests/cmake_install.cmake
build-aux
Makefile.in
Makefile
.libs
INSTALL
SVNChangeLog
aclocal.m4
autom4te.cache/
build-aus
check.pc
check_stdint.h
test.out
config.h
config.log
config.status
configure
check.info
*.diff
libtool
libtool.m4
ltoptions.m4
ltsugar.m4
ltversion.m4
version.texi
lt~obsolete.m4
check.h
exported.sym
stamp-h1
stamp-vti
test_vars
tests/ex_output
tests/test.xml
tests/*.log
tests/*.sh.trs
tests/*.tap
checkmk/*.log
checkmk/test/*.log