Skip to content

Commit f9ed8d9

Browse files
author
yanguohang
committed
add .gitignore
1 parent 6aef551 commit f9ed8d9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitignore

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
lib/
2+
bin/
3+
build/
4+
cmake-build-debug/
5+
cmake-build-release/
6+
.idea
7+
.vscode
8+
__pycache__/
9+
*.py[cod]
10+
*$py.class
11+

0 commit comments

Comments
 (0)