Advance gitignore including tests files and libssh src dir
This commit is contained in:
parent
7eede3147e
commit
298122941f
1 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -28,3 +28,10 @@
|
||||||
|
|
||||||
# Debug files
|
# Debug files
|
||||||
*.dSYM/
|
*.dSYM/
|
||||||
|
|
||||||
|
# Test files
|
||||||
|
*-test
|
||||||
|
tests/*
|
||||||
|
|
||||||
|
# libssh directory
|
||||||
|
libssh-*
|
||||||
|
|
Reference in a new issue