-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
116 lines (102 loc) · 1.38 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# Prerequisites
*.d
# Object Files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic Libraries
*.so
*.dylib
*.dll
# Compiled Static Libraries
*.lai
*.la
*.a
*.lib
# Gcov Data Files
*.gcda
*.gcno
MaRC-*-coverage*
# Executables
*.exe
*.out
# Emacs Backup Files
*~
.#*
*#*#
# GNU Autotool Files
config.log
config.status
Makefile
Makefile.in
.deps
INSTALL
missing
aclocal.m4
aminclude_static.am
autom4te.cache/
compile
configure
depcomp
install-sh
libtool
ltmain.sh
.dirstamp
.libs
stamp*
config.*
ylwrap
*.tar.*
marc-*/
doc/mdate-sh
doc/texinfo.tex
doc/version.texi
# pkg-config Files
lib/marc/marc.pc
# Documentation
README
doc/*.t2p/
doc/*.info
doc/*.pdf
doc/doxygen/
# Scanner (Flex) and Parser (GNU Bison) Files
src/lexer.cc
src/lexer.hh
src/parse.cc
src/parse.h*
# MaRC Program
src/marc
# Test Files
test-driver
*.log
*.trs
tests/DefaultConfiguration_Test
tests/Math_Test
tests/Vector_Test
tests/Matrix_Test
tests/Geometry_Test
tests/OblateSpheroid_Test
tests/Scale_Offset_Test
tests/LatitudeImage_Test
tests/LongitudeImage_Test
tests/ViewingGeometry_Test
tests/Mercator_Test
tests/Orthographic_Test
tests/PolarStereographic_Test
tests/compositing_strategy_test
tests/extrema_test
tests/log_test
tests/optional_test
tests/root_find_test
tests/utility_test
tests/validate_test
tests/map_parameters_test
tests/test-suite.log
tests/test_*map*.fits
# Core Dump Files
core*
!core.h