Skip to content

Commit 7ea1dd5

Browse files
author
liuyangyang
committed
optimized .gitignore
1 parent 8204f5a commit 7ea1dd5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@
77
*.Release
88
*.Debug
99
*.exe
10-
.idea/
10+
11+
1112
cmake-build-*/
1213
.vscode/
1314
build/
1415
log/
1516
.clang-format
16-
.clang-tidy
17+
.clang-tidy
18+
19+
#python
20+
.venv/

0 commit comments

Comments
 (0)