mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 01:08:10 +02:00
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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -2,7 +2,7 @@
|
||||
*.pyc
|
||||
*.pyo
|
||||
tags
|
||||
build
|
||||
/build
|
||||
linux-package
|
||||
kitty.app
|
||||
compile_commands.json
|
||||
|
||||
Reference in New Issue
Block a user