1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 14:27:31 +00:00
serenity/.gitignore
Andreas Kling 8e684f0959 AudioServer: Port to the new generated IPC mechanism
Fork the IPC Connection classes into Server:: and Client::ConnectionNG.
The new IPC messages are serialized very snugly instead of using the
same generic data structure for all messages.

Remove ASAPI.h since we now generate all of it from AudioServer.ipc :^)
2019-08-03 19:49:19 +02:00

32 lines
279 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