forked from jjhelmus/nmrglue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
69 lines (59 loc) · 1.87 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
# Python bytecode
*.pyc
# vim swap files
*.swp
*.*~
# Documentation intermediates
doc/source/reference/generated
doc/build
# build directories
build
dist
# data and sandbox
data
sandbox
# example data
examples/zip_files
examples/coadd/coadd_2d_pipe/*.fid
examples/coadd/coadd_pseudo3d_pipe/run*.dir
examples/separate/separate_2d_bruker/arrayed_data.dir
examples/separate/separate_2d_varian/arrayed_data.dir
examples/separate/separate_1d_varian/arrayed_data.dir
# example data which are links to common data directories
examples/convert/agilent2pipe_1d/agilent_1d
examples/convert/agilent2pipe_2d/agilent_2d
examples/convert/agilent2pipe_2d_tppi/agilent_2d_tppi
examples/convert/agilent2pipe_3d/agilent_3d
examples/convert/bruker2pipe_1d/bruker_1d
examples/convert/bruker2pipe_2d/bruker_2d
examples/convert/bruker2pipe_3d/bruker_3d
examples/convert/pipe2sparky_2d/nmrpipe_2d
examples/convert/pipe2sparky_3d/nmrpipe_3d
examples/integration/integrate_1d/nmrpipe_1d
examples/integration/integrate_2d/nmrpipe_2d
examples/interactive/interactive_1d/nmrpipe_1d
examples/interactive/interactive_2d/nmrpipe_2d
examples/plotting/plot_1d/nmrpipe_1d
examples/plotting/plot_2d/nmrpipe_2d
examples/processing/nmrpipe_1d
examples/processing/nmrpipe_2d
examples/processing/nmrpipe_2d_tppi
examples/processing/nmrpipe_3d
examples/bruker_data/expnmr_00001*
examples/bruker_data/test.fid
examples/bruker_data/test.ft2
# JBNMR Examples
examples/jbnmr_examples/*/*.fid
examples/jbnmr_examples/*/*.ft2
examples/jbnmr_examples/*/*.ft
examples/jbnmr_examples/*/*.ucsf
examples/jbnmr_examples/zip_files
examples/jbnmr_examples/s12-s15_relaxation_analysis/*.png
examples/jbnmr_examples/s12-s15_relaxation_analysis/*.dat
examples/jbnmr_examples/s10_covariance_processing/test.ft
examples/jbnmr_examples/s7-s9_s3e_processing/fid
examples/jbnmr_examples/s7-s9_s3e_processing/procpar
#Eclipse PyDev
.project
.pydevproject
*.prefs