1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 12:00:49 +00:00
serenity/.gitignore
Larkin 18249b5996 Ports: Switch to new ports system (#594)
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.
2019-09-24 08:56:39 +02:00

33 lines
298 B
Plaintext

*
!*.*
!*/
!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