forked from sylabs/singularity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
126 lines (113 loc) · 1.8 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
*~
#*
*#
singularity-*.tar.gz
*.m4
*.pyc
*.swp
generate_docs
.vscode
.DS_store
.idea/
builddir/
internal/pkg/buildcfg/config.go
singularity-ce.spec
trash.lock
Makefile.in
autom4te.cache/
bin/Makefile
bin/Makefile.in
bin/singularity
compile
configure
depcomp
etc/singularity.conf
etc/Makefile
etc/Makefile.in
examples/plugins/test-plugin/*.so
examples/plugins/test-plugin/*.sif
examples/plugins/test-plugin/*.manifest
install-sh
libexec/Makefile
libexec/Makefile.in
libexec/cli/Makefile
libexec/cli/Makefile.in
libexec/mods/Makefile
libexec/mods/Makefile.in
libexec/bootstrap-scripts/environment/environment.tar
libtool
ltmain.sh
missing
src/util/config_defaults.h
secbuildimg.sh
docs/man/singularity*
src/pkg/buildcfg
src/action
src/action-suid
src/start
src/start-suid
src/builddef
src/cleanupd
src/image-type
src/mount
src/mount-suid
src/sif
src/sinit
src/get-section
src/sign
src/verify
src/stamp-h1
src/include/stamp-h1
src/.dirstamp
src/wrapper
src/wrapper-suid
src/.deps/
src/.libs/
src/lib*.la
src/*.o
src/*.lo
src/slurm/singularity_spank.la
src/*/.deps/
src/*/.libs/
src/*/lib*.la
src/*/*.o
src/*/*.lo
src/*/.dirstamp
src/*/*/.deps/
src/*/*/.libs/
src/*/*/lib*.la
src/*/*/*.o
src/*/*/*.lo
src/*/*/.dirstamp
src/*/*/*/.deps/
src/*/*/*/.libs/
src/*/*/*/lib*.la
src/*/*/*/*.o
src/*/*/*/*.lo
src/*/*/*/.dirstamp
src/*/*/*/*/.deps/
src/*/*/*/*/.libs/
src/*/*/*/*/lib*.la
src/*/*/*/*/*.o
src/*/*/*/*/*.lo
src/*/*/*/*/.dirstamp
build/*
runtime/cli
pkg/library/client/test[0-9]*
# Debian packaging ignore
_build
debian/.debhelper/
debian/files
debian/singularity-ce*.debhelper.log
debian/singularity-ce*.substvars
debian/singularity-ce*/
debian/tmp/
.LICENSE_DEPENDENCIES.csv
# VSCode debugging build targets
__debug_bin
*/__debug_bin
*/*/__debug_bin
*/*/*/__debug_bin
*/*/*/*/__debug_bin
*/*/*/*/*/__debug_bin
*/*/*/*/*/*/__debug_bin