mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
a3da5bc925
This used to be in Kernel/, next to the build-root-filesystem.sh script, which was then moved to Meta/ during the transition to CMake but has the working directory set to Build/, effectively expecting it there - which seems silly. TL;DR: Very confusing. Use an explicit path relative to SERENITY_ROOT instead and update the .gitignore files.
43 lines
420 B
Text
43 lines
420 B
Text
*
|
|
!*.*
|
|
!*/
|
|
!Makefile
|
|
!LICENSE
|
|
!Base/**
|
|
|
|
*.o
|
|
*.ao
|
|
*.a
|
|
*.so
|
|
*.d
|
|
|
|
*.swo
|
|
*.swp
|
|
*.config
|
|
*.creator
|
|
*.creator.user
|
|
*.creator.user.*
|
|
*.files
|
|
*.includes
|
|
*.cflags
|
|
*.cxxflags
|
|
*.autosave
|
|
Meta/Lagom/build
|
|
Build
|
|
build
|
|
CMakeFiles
|
|
Toolchain/Tarballs
|
|
Toolchain/Build
|
|
Toolchain/Local
|
|
.vscode
|
|
.ccls-cache
|
|
.DS_Store
|
|
compile_commands.json
|
|
.cache
|
|
.clang_complete
|
|
.clangd
|
|
*Endpoint.h
|
|
Ports/packages.db
|
|
.idea/
|
|
cmake-build-debug/
|
|
sync-local.sh
|