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:
Luflosi 2019-07-29 00:55:43 -05:00
parent d218900b57
commit 3f6b07de81
No known key found for this signature in database
GPG Key ID: 14140F703B7D8362

2
.gitignore vendored
View File

@ -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