Sort .gitignore
This commit is contained in:
parent
da057008ff
commit
a0e22bddcb
16
.gitignore
vendored
16
.gitignore
vendored
@ -1,7 +1,7 @@
|
|||||||
*.bc
|
*.bc
|
||||||
*.cmake
|
*.cmake
|
||||||
*.done
|
|
||||||
*.dSYM
|
*.dSYM
|
||||||
|
*.done
|
||||||
*.final
|
*.final
|
||||||
*.gcda
|
*.gcda
|
||||||
*.gcno
|
*.gcno
|
||||||
@ -24,11 +24,16 @@
|
|||||||
.dirstamp
|
.dirstamp
|
||||||
.done
|
.done
|
||||||
.libs
|
.libs
|
||||||
|
/bin/
|
||||||
|
/obj/
|
||||||
Build
|
Build
|
||||||
INSTALL
|
INSTALL
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
|
Vagrantfile
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
|
android-toolchain
|
||||||
|
android-toolchain-*
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
build
|
build
|
||||||
compile
|
compile
|
||||||
@ -38,9 +43,7 @@ configure
|
|||||||
configure.lineno
|
configure.lineno
|
||||||
coverage.info
|
coverage.info
|
||||||
depcomp
|
depcomp
|
||||||
android-toolchain
|
|
||||||
install-sh
|
install-sh
|
||||||
libtool
|
|
||||||
libsodium-*.tar.bz2
|
libsodium-*.tar.bz2
|
||||||
libsodium-*.tar.gz
|
libsodium-*.tar.gz
|
||||||
libsodium-*.vcproj
|
libsodium-*.vcproj
|
||||||
@ -57,6 +60,7 @@ libsodium-osx
|
|||||||
libsodium-win32
|
libsodium-win32
|
||||||
libsodium-win64
|
libsodium-win64
|
||||||
libsodium.pc
|
libsodium.pc
|
||||||
|
libtool
|
||||||
ltmain.sh
|
ltmain.sh
|
||||||
m4/argz.m4
|
m4/argz.m4
|
||||||
m4/libtool.m4
|
m4/libtool.m4
|
||||||
@ -70,6 +74,7 @@ missing
|
|||||||
src/libsodium/*.def
|
src/libsodium/*.def
|
||||||
src/libsodium/include/sodium/version.h
|
src/libsodium/include/sodium/version.h
|
||||||
stamp-*
|
stamp-*
|
||||||
|
test-driver
|
||||||
test/default/browser
|
test/default/browser
|
||||||
test/default/*.res
|
test/default/*.res
|
||||||
test/default/*.trs
|
test/default/*.trs
|
||||||
@ -132,9 +137,4 @@ test/default/stream2
|
|||||||
test/default/stream3
|
test/default/stream3
|
||||||
test/default/stream4
|
test/default/stream4
|
||||||
test/default/verify1
|
test/default/verify1
|
||||||
test-driver
|
|
||||||
testing
|
testing
|
||||||
android-toolchain-*
|
|
||||||
/bin/
|
|
||||||
/obj/
|
|
||||||
Vagrantfile
|
|
||||||
|
Loading…
Reference in New Issue
Block a user