mirror of
https://github.com/RGBCube/serenity
synced 2025-10-13 15:52:17 +00:00

Much redundancy is removed from package scripts with this system. It also supports simple dependency management, uninstalling (through BSD ports style plist files), cleaning up after itself (with clean, clean_dist, clean_all commands), etc.
32 lines
298 B
Text
32 lines
298 B
Text
*
|
|
!*.*
|
|
!*/
|
|
!Makefile
|
|
!LICENSE
|
|
!Base/**
|
|
|
|
*.o
|
|
*.ao
|
|
*.a
|
|
|
|
*.d
|
|
|
|
*.swp
|
|
*.config
|
|
*.creator
|
|
*.creator.user
|
|
*.creator.user.*
|
|
*.files
|
|
*.includes
|
|
*.cflags
|
|
*.cxxflags
|
|
*.autosave
|
|
Root
|
|
Toolchain/Tarballs
|
|
Toolchain/Build
|
|
Toolchain/Local
|
|
.vscode
|
|
compile_commands.json
|
|
.clang_complete
|
|
*Endpoint.h
|
|
Ports/packages.db
|