Skip to content

Commit 225721e

Browse files
committed
fix gitignore paths
1 parent 0d47769 commit 225721e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.gitignore

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
*.egg-info
22
*.pyc
3-
dist
4-
build
3+
/dist
4+
/build
55
*~
66
*.so*
7-
src
8-
local
7+
/src
8+
/local
99
libssh/compile_commands.json
10-
wheelhouse
11-
.idea
12-
tests/unit_test_cert_key-cert.pub
13-
doc/_build
10+
/wheelhouse
11+
/.idea
12+
/tests/unit_test_cert_key-cert.pub
13+
/doc/_build

0 commit comments

Comments
 (0)