-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
98 lines (95 loc) · 1.45 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
88
89
90
91
92
93
94
95
96
97
98
# /
/*.la
/*.lo
/.last_good_build
/.libs
/Makefile
/autom4te.cache
/config.cache
/config.h
/config.log
/config.status
/dill.c
/dill.h
/dill.vcproj.*
/dill_arm5.c
/dill_ia64.c
/dill_icode.h
/dill_sparc.c
/dill_powerpc.c
/dill_vcode.h
/dill_virtual.c
/dill_x86.c
/dill_x86_64.c
/libtool
/msvc.txt
/stamp-h*
/vc*.pch
/vm_include.c
/CMakeCache.txt
/CMakeFiles
/CTestTestfile.cmake
/Testing
/cmake_install.cmake
/*.dylib
/tests/CMakeCache.txt
/tests/CMakeTestTestfile.cmake
/tests/Testing
/tests/cmake_install.cmake
/vtests/CMakeCache.txt
/vtests/CMakeTestTestfile.cmake
/vtests/Testing
/vtests/cmake_install.cmake
# /tests/
/tests/*.stamp
/tests/*~
/tests/.libs
/tests/.pure
/tests/.~*
/tests/Makefile
/tests/call-test
/tests/call-test.c
/tests/core
/tests/core.*
/tests/cplus
/tests/ctest
/tests/jal-test
/tests/pkg_test
/tests/reg-test
/tests/regress
/tests/regress.c
/tests/stest
/tests/t1
/tests/tmp.out
/tests/CMakeCache.txt
/tests/CMakeFiles
/tests/CTestTestfile.cmake
/tests/Testing
/tests/cmake_install.cmake
# /vtests/
/vtests/.libs
/vtests/.pure
/vtests/Makefile
/vtests/basic_call
/vtests/basic_call.stamp
/vtests/branch
/vtests/general
/vtests/general.c
/vtests/opt
/vtests/pkg_test
/vtests/t1
/vtests/multi_test
/vtests/*.orig
/vtests/prefix_test
/vtests/cmake_install.cmake
/vtests/CMakeFiles
/vtests/CTestTestfile.cmake
/vtests/Testing
/vtests/vbasic_call
/vtests/vbranch
/vtests/vgeneral
/vtests/vmulti_test
/vtests/vopt
/vtests/vpkg_test
/vtests/vt1
/vtests/vprefix_test