-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitignore
134 lines (134 loc) · 2.73 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
*.swp
*~
build
web
*.o
*.lo
*.la
*.deps
*.libs
Makefile.in
Makefile *.o
Kernel/Applications/Makefile
Kernel/Applications/load_bits
Kernel/Classes/Makefile
Kernel/Formats/Makefile
Kernel/Formats/apsr/Makefile
Kernel/Formats/asp/Makefile
Kernel/Formats/bcpm/Makefile
Kernel/Formats/bpsr/Makefile
Kernel/Formats/caspsr/Makefile
Kernel/Formats/cpsr/Makefile
Kernel/Formats/cpsr2/Makefile
Kernel/Formats/dada/Makefile
Kernel/Formats/dummy/Makefile
Kernel/Formats/fadc/Makefile
Kernel/Formats/fits/Makefile
Kernel/Formats/gmrt/Makefile
Kernel/Formats/guppi/Makefile
Kernel/Formats/lbadr/Makefile
Kernel/Formats/lbadr64/Makefile
Kernel/Formats/lbadr64/lbadr64_fix
Kernel/Formats/mark4/Makefile
Kernel/Formats/mark5/Makefile
Kernel/Formats/maxim/Makefile
Kernel/Formats/mwa/Makefile
Kernel/Formats/pdev/Makefile
Kernel/Formats/pmdaq/Makefile
Kernel/Formats/puma/Makefile
Kernel/Formats/puma2/Makefile
Kernel/Formats/s2/Makefile
Kernel/Formats/sigproc/Makefile
Kernel/Formats/spda1k/Makefile
Kernel/Formats/spigot/Makefile
Kernel/Formats/vdif/Makefile
Kernel/Formats/wapp/Makefile
Kernel/Makefile
Makefile
Management/Makefile
Management/dspsr_cflags
Management/dspsr_ldflags
Management/release.csh
More/Applications/searchplot
Signal/General/Makefile
Signal/General/cufft_callback_bench
Signal/General/digifil
Signal/General/digifits
Signal/General/digihist
Signal/General/digimon
Signal/General/digistat
Signal/General/digitxt
Signal/General/dmsmear
Signal/General/fftbatch_speed
Signal/General/filterbank_speed
Signal/General/passband
Signal/General/the_decimator
Signal/General/undersampling_speed
Signal/Makefile
Signal/Pulsar/Makefile
Signal/Pulsar/dspsr
Signal/Statistics/sk_distrib_plot
Signal/Statistics/sk_limit_plot
Signal/Statistics/sklimit
Signal/Statistics/test_Romberg
aclocal.m4
autom4te.cache/
backends.list
config.h
config.h.in
config.h.in~
config.log
config.status
config/Makefile
config/Makefile.aclocal
config/Makefile.bootstrap
config/Makefile.include
config/Makefile.local
config/Makefile.root
config/ac_pkg_swig.m4
config/ac_python_devel.m4
config/bootstrap.m4
config/cfitsio.m4
config/compile
config/compiler.m4
config/config.guess
config/config.sub
config/debug.m4
config/depcomp
config/etr_socket_nsl.m4
config/getopt_long.m4
config/install-intermediate
config/install-sh
config/local.m4
config/ltmain.sh
config/missing
config/mpi.m4
config/package.m4
config/pgplot.m4
config/psrchive.m4
config/py-compile
config/x11.m4
configure
libtool
local_include/
python/dspsr.py
python/dspsr_wrap.cxx
stamp-h1
update.log
Documentation/doxygen.err
Documentation/doxygen.out
Documentation/html/
config/libtool.m4
config/ltoptions.m4
config/ltsugar.m4
config/ltversion.m4
config/lt~obsolete.m4
/.project
/*.log
/*.fits
/*.dat
/*.tim
/SdkMasterLog.csv
/deviceQuery.txt
/callgrind*
/.cproject