mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
10 lines
89 B
Plaintext
10 lines
89 B
Plaintext
# Ignore all files without extension
|
|
*
|
|
!*.*
|
|
!*/
|
|
!Makefile
|
|
|
|
*.o
|
|
*.d
|
|
compile_commands.json
|