Ignore the build directory only in the root of the repo
The `build` directory is always located at the root directory of the repository. Therefore it's better to only ignore `build` in this location.
This commit is contained in:
parent
d218900b57
commit
3f6b07de81
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -2,7 +2,7 @@
|
|||
*.pyc
|
||||
*.pyo
|
||||
tags
|
||||
build
|
||||
/build
|
||||
linux-package
|
||||
kitty.app
|
||||
compile_commands.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue