mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
Meta: Ignore only Build directories
We should still allow Build* files, e.g. BuildCMake.sh.
This commit is contained in:
parent
cd581e9502
commit
be9fe23835
Notes:
sideshowbarker
2024-07-17 05:13:53 +09:00
Author: https://github.com/trflynn89
Commit: be9fe23835
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/45
Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -9,8 +9,8 @@
|
||||||
*.cflags
|
*.cflags
|
||||||
*.cxxflags
|
*.cxxflags
|
||||||
*.autosave
|
*.autosave
|
||||||
build*
|
build*/
|
||||||
Build*
|
Build*/
|
||||||
Toolchain/Tarballs
|
Toolchain/Tarballs
|
||||||
Toolchain/Build
|
Toolchain/Build
|
||||||
Toolchain/Local
|
Toolchain/Local
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue