-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
96 lines (84 loc) · 2.01 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
*.py[co]
install.sh
# fabio
fabio
# ignore distutils files (including cython'd .cpp)
src/python/installed.py
src/interp/cyinterp.cpp
src/scatter/gpuscatter_wrap.cpp
src/scatter/cpuscatter_wrap.cpp
src/scatter/cpp_scatter_wrap.cpp
src/ring/ring_scatter.cpp
src/corr/correlate.cpp
# fabio installs
fabio/
# ignore mac metadata files
._*
.DS_*
# ignore unit tests workking dir
TestFiles/UnitTestWorkingDir
# the manifest file -- we only want to keep MANIFEST.in
MANIFEST
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
# Installer logs
pip-log.txt
# Unit test / coverage reports / continuous integration
.coverage
.tox
.noseids
test_scripts
#Translations
*.mo
# cbflib build/install junk
depend/cbflib/CBFlib.tar.gz
depend/cbflib/index.html
depend/cbflib/lgpl.txt
depend/cbflib/lib/cbf.o
depend/cbflib/lib/cbf_alloc.o
depend/cbflib/lib/cbf_ascii.o
depend/cbflib/lib/cbf_binary.o
depend/cbflib/lib/cbf_byte_offset.o
depend/cbflib/lib/cbf_canonical.o
depend/cbflib/lib/cbf_codes.o
depend/cbflib/lib/cbf_compress.o
depend/cbflib/lib/cbf_context.o
depend/cbflib/lib/cbf_copy.o
depend/cbflib/lib/cbf_file.o
depend/cbflib/lib/cbf_getopt.o
depend/cbflib/lib/cbf_lex.o
depend/cbflib/lib/cbf_packed.o
depend/cbflib/lib/cbf_predictor.o
depend/cbflib/lib/cbf_read_binary.o
depend/cbflib/lib/cbf_read_mime.o
depend/cbflib/lib/cbf_simple.o
depend/cbflib/lib/cbf_string.o
depend/cbflib/lib/cbf_stx.o
depend/cbflib/lib/cbf_tree.o
depend/cbflib/lib/cbf_uncompressed.o
depend/cbflib/lib/cbf_write.o
depend/cbflib/lib/cbf_write_binary.o
depend/cbflib/lib/cbf_ws.o
depend/cbflib/lib/libcbf.a
depend/cbflib/lib/libimg.a
depend/cbflib/lib/md5c.o
depend/cbflib/symlinksdone
depend/cbflib/template_adscquantum315_3072x3072.cbf
depend/cbflib/template_adscquantum4_2304x2304.cbf
depend/cbflib/template_mar345_2300x2300.cbf
depend/cbflib/template_pilatus6m_2463x2527.cbf
reference/p2sec_p3d_11_1_00010.bin
reference/test1.cbf
reference/refshot.shot
ext/ring_test_files/gold_11k.ring
src/popi/test_files/p3deg_p7s_26_1_00001.bin