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
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,7 +2,7 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
*.pyo
|
*.pyo
|
||||||
tags
|
tags
|
||||||
build
|
/build
|
||||||
linux-package
|
linux-package
|
||||||
kitty.app
|
kitty.app
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user