-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy path.gitignore
122 lines (108 loc) · 1.55 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
# Generic build files
*.o
*.obj
*.so
*.dylib
*.bundle
# MinGW build files
dll.base
dll.exp
*.def
# Debian package build files
build-stamp
configure-stamp
patch-stamp
test-stamp
debian/
# Junk
*.dif
*.diff
*.gz
*.old
*.ori
*.orig
*.rej
*.tmp
*.patch
tmp*
tmp_*
# Perl build files
_eumm
pm_to_blib
blib
*.bs
Makefile
Makefile.aperl
MYMETA.yml
MYMETA.json
MANIFEST.bak
# Editor temp files
*~
# VIM
.*.swp
# Strange mac files
._*
# Devel::Cover files
*.gcda
*.gcno
*.gcov
cover_db/
nytprof*
# Directory specific build files
# These can either be in the specific directories or specified
# with full patch in the top level directory (as here).
.inlinepdlpp
.inlinewith
.pptest
_Inline/
t/*.dll*
pp-*.c
*-pp-*.c
lib/PDL/Bad.c
lib/PDL/Bad.pm
lib/PDL/Bad.xs
lib/PDL/Compression.c
lib/PDL/Compression.pm
lib/PDL/Compression.xs
lib/PDL/Core.c
lib/PDL/Core/pdl.h
lib/PDL/FFT.c
lib/PDL/FFT.pm
lib/PDL/FFT.xs
lib/PDL/IO/Misc.c
lib/PDL/IO/Misc.pm
lib/PDL/IO/Misc.xs
lib/PDL/IO/Pnm.c
lib/PDL/IO/Pnm.pm
lib/PDL/IO/Pnm.xs
lib/PDL/Image2D.c
lib/PDL/Image2D.pm
lib/PDL/Image2D.xs
lib/PDL/ImageND.c
lib/PDL/ImageND.pm
lib/PDL/ImageND.xs
lib/PDL/ImageRGB.c
lib/PDL/ImageRGB.pm
lib/PDL/ImageRGB.xs
lib/PDL/Math.c
lib/PDL/Math.pm
lib/PDL/Math.xs
lib/PDL/MatrixOps.c
lib/PDL/MatrixOps.pm
lib/PDL/MatrixOps.xs
lib/PDL/Ops.c
lib/PDL/Ops.pm
lib/PDL/Ops.xs
lib/PDL/Primitive.c
lib/PDL/Primitive.pm
lib/PDL/Primitive.xs
lib/PDL/Slices.c
lib/PDL/Slices.pm
lib/PDL/Slices.xs
lib/PDL/Transform.c
lib/PDL/Transform.pm
lib/PDL/Transform.xs
lib/PDL/Ufunc.c
lib/PDL/Ufunc.pm
lib/PDL/Ufunc.xs
script/pdl