-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
73 lines (62 loc) · 783 Bytes
/
.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
# cmake
CMakeCache.txt
CMakeFiles/
CPackConfig.cmake
CPackSourceConfig.cmake
Makefile
_CPack_Packages/
cmake_uninstall.cmake
cmake_install.cmake
config.h
# CTEST
CTestTestfile.cmake
Testing/
# Emacs
*~
.#*
\#*#
# Packaging
*.rpm
*.deb
*.tgz
crtn-*-Linux-crtn.sh
crtn-*-Linux-crtn.tar.gz
# Installation
crtn.postinst
install_manifest_crtn.txt
install_manifest.txt
todo.txt
# Includes
crtn.h
# Build
build/
*.o
*.so
*.so.*
# Manuals
man/*.3
man/*.7
man/*.gz
# Documentation
doc/cover_01.xcf
doc/cover_02.xcf
# Tests
tests/check_all
tests/fibonacci
tests/fibonacci_cc
tests/mywc_cc
tests/mywc
tests/mywc1
tests/mywc2
tests/mywc3
tests/mywc4
tests/mywc5
tests/mywc6
tests/mywc7
tests/sig
tests/switch_ctx2
tests/switch_ctx3
tests/tcrtn
tests/mbx
# Test coverage
all_coverage/