mirror of
https://github.com/libssh2/libssh2.git
synced 2026-01-27 00:18:12 +03:00
Also: - rename a spellcheck file to match curl. - editorconfig: fix line width. - editorconfig: make it use UTF-8. - editroconfig: apply some rules to all files. - .gitignore: drop dupe, drop `.DS_Store` (not created by this repo), sort. - .gitignore: add for tests executables. Closes #1718
52 lines
530 B
Plaintext
52 lines
530 B
Plaintext
# Copyright (C) The libssh2 project and its contributors.
|
|
#
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
.deps
|
|
.libs
|
|
*-*-*
|
|
*.a
|
|
*.def
|
|
*.dll
|
|
*.exe
|
|
*.exp
|
|
*.gcda
|
|
*.gcno
|
|
*.la
|
|
*.lib
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
*.pdb
|
|
*~
|
|
aclocal.m4
|
|
autom4te.cache
|
|
build
|
|
compile
|
|
config.guess
|
|
config.log
|
|
config.status
|
|
config.sub
|
|
configure
|
|
Debug
|
|
depcomp
|
|
install-sh
|
|
libssh2-*.tar.bz2
|
|
libssh2-*.tar.gz
|
|
libssh2-*.tar.xz
|
|
libssh2-*.zip
|
|
libssh2.pc
|
|
libtool
|
|
ltmain.sh
|
|
Makefile
|
|
Makefile.in
|
|
Makefile.inc.cmake
|
|
missing
|
|
mkinstalldirs
|
|
Release
|
|
stamp-h*
|
|
tags
|
|
TAGS
|
|
tap-driver.sh
|
|
test-driver
|