Skip to content

Commit a686328

Browse files
committed
Update gitignore to ignore libssh2 generated files
1 parent c98a5be commit a686328

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,23 @@
1818
/generate/missing-tests.json
1919
/binding.gyp
2020

21+
# Generated vendor files
2122
/vendor/openssl/
23+
/vendor/libssh2/Makefile
24+
/vendor/libssh2/config.status
25+
/vendor/libssh2/docs/Makefile
26+
/vendor/libssh2/example/.deps/
27+
/vendor/libssh2/example/Makefile
28+
/vendor/libssh2/example/libssh2_config.h
29+
/vendor/libssh2/example/stamp-h2
30+
/vendor/libssh2/libssh2.pc
31+
/vendor/libssh2/libtool
32+
/vendor/libssh2/src/.deps/
33+
/vendor/libssh2/src/Makefile
34+
/vendor/libssh2/src/libssh2_config.h
35+
/vendor/libssh2/src/stamp-h1
36+
/vendor/libssh2/tests/.deps/
37+
/vendor/libssh2/tests/Makefile
2238

2339
*.log
2440
.DS_STORE

0 commit comments

Comments
 (0)