Browse Source

chroe(.gitignore): add more ignore rules for git

tags/v1.0.0-rc1
ChaiMind Xinran Xu 4 years ago
parent
commit
105e44504a
1 changed files with 14 additions and 1 deletions
  1. +14
    -1
      .gitignore

+ 14
- 1
.gitignore View File

@@ -1,2 +1,15 @@
/build/
# Build
build/
output/

# Cache
__pycache__/
.ccls-cache/

# Editor and IDE Config
.vscode/
.vs/
.idea/

# CMake
compile_commands.json

Loading…
Cancel
Save