-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (43 loc) · 896 Bytes
/
.gitignore
File metadata and controls
56 lines (43 loc) · 896 Bytes
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
work/*
doc/html
doc/html/*
doc/mxlib.tag.xml
doc/citelist*
doc/*.aux
source/mxlib_comp_version.h
old/*
testing/*
local/*
license.blurb
!local/Common.example.mk
!local/MxApp.example.mk
!local/MxLib.example.mk
.vscode
.vscode/*
build*/**
_build*/**
#artifact of Makefile build:
mxlib_git_version.h
*.a
*.so
*.dylib
a.out
*.o
*.swp
.*~
err.txt
include/error/error_t.hpp
include/error/generators/errno_info.hpp
include/error/generators/fits_status_info.hpp
include/error/generators/cudaError_info.hpp
#tests
tests/mxlibTest
tests/include/ioutils/fits/fitsFile_test
tests/include/ioutils/fits/fitsHeaderCard_test
tests/include/ioutils/fileUtils_test
tests/include/ioutils/readColumns_test
tests/include/ioutils/stringUtils_test
tests/include/improc/imageMasks_test
tests/include/sigproc/signalWindows_test
tests/include/ao/sim/pyramidSensor_test
tests/include/sigproc/circularBuffer_test