Skip to content

Commit 9b161dc

Browse files
committed
Sort .gitignore
1 parent 37e4f58 commit 9b161dc

File tree

1 file changed

+28
-26
lines changed

1 file changed

+28
-26
lines changed

.gitignore

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
!build
2+
.deps
3+
.dirstamp
4+
.done
5+
.DS_Store
6+
.libs
7+
.zig-cache
18
*.bc
2-
*.dSYM
39
*.done
10+
*.dSYM
411
*.final
512
*.gcda
613
*.gcno
@@ -16,36 +23,26 @@
1623
*.sdf
1724
*.status
1825
*.tar.*
26+
*.vs/
1927
*.wasm
2028
*.wast
2129
*~
22-
.DS_Store
23-
.deps
24-
.dirstamp
25-
.done
26-
.libs
2730
/bin/
2831
/obj/
29-
Build
30-
INSTALL
31-
Makefile
32-
Makefile.in
33-
Vagrantfile
3432
aclocal.m4
3533
android-toolchain
3634
android-toolchain-*
3735
autom4te.cache
3836
build
37+
Build
3938
compile
4039
confdefs.h
4140
config.*
4241
configure
4342
configure.lineno
4443
coverage.info
4544
depcomp
46-
test/symbols/all-host-symbols.txt
47-
test/symbols/internal-host-symbols.txt
48-
test/symbols/internal-symbols.txt
45+
INSTALL
4946
install-sh
5047
libsodium-*.tar.bz2
5148
libsodium-*.tar.gz
@@ -69,10 +66,12 @@ libtool
6966
ltmain.sh
7067
m4/argz.m4
7168
m4/libtool.m4
69+
m4/lt~obsolete.m4
7270
m4/ltoptions.m4
7371
m4/ltsugar.m4
7472
m4/ltversion.m4
75-
m4/lt~obsolete.m4
73+
Makefile
74+
Makefile.in
7675
man/*.html
7776
man/Makefile.in
7877
missing
@@ -98,25 +97,25 @@ test/default/auth5
9897
test/default/auth6
9998
test/default/auth7
10099
test/default/box
101-
test/default/box2
102-
test/default/box7
103-
test/default/box8
104100
test/default/box_easy
105101
test/default/box_easy2
106102
test/default/box_seal
107103
test/default/box_seed
104+
test/default/box2
105+
test/default/box7
106+
test/default/box8
108107
test/default/browser
109108
test/default/chacha20
110109
test/default/codecs
110+
test/default/core_ed25519
111+
test/default/core_ed25519_h2c
112+
test/default/core_ristretto255
111113
test/default/core1
112114
test/default/core2
113115
test/default/core3
114116
test/default/core4
115117
test/default/core5
116118
test/default/core6
117-
test/default/core_ed25519
118-
test/default/core_ed25519_h2c
119-
test/default/core_ristretto255
120119
test/default/ed25519_convert
121120
test/default/generichash
122121
test/default/generichash2
@@ -138,19 +137,19 @@ test/default/pwhash_scrypt
138137
test/default/pwhash_scrypt_ll
139138
test/default/randombytes
140139
test/default/scalarmult
140+
test/default/scalarmult_ed25519
141+
test/default/scalarmult_ristretto255
141142
test/default/scalarmult2
142143
test/default/scalarmult5
143144
test/default/scalarmult6
144145
test/default/scalarmult7
145146
test/default/scalarmult8
146-
test/default/scalarmult_ed25519
147-
test/default/scalarmult_ristretto255
148147
test/default/secretbox
148+
test/default/secretbox_easy
149+
test/default/secretbox_easy2
149150
test/default/secretbox2
150151
test/default/secretbox7
151152
test/default/secretbox8
152-
test/default/secretbox_easy
153-
test/default/secretbox_easy2
154153
test/default/secretstream_xchacha20poly1305
155154
test/default/shorthash
156155
test/default/sign
@@ -168,7 +167,10 @@ test/default/stream4
168167
test/default/verify1
169168
test/default/xchacha20
170169
test/js.done
170+
test/symbols/all-host-symbols.txt
171+
test/symbols/internal-host-symbols.txt
172+
test/symbols/internal-symbols.txt
171173
testing
172-
.zig-cache
174+
Vagrantfile
173175
zig-cache
174176
zig-out

0 commit comments

Comments
 (0)