mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
Meta: Removed all gitignore in the source tree only keeping the root one
This commit is contained in:
committed by
Andreas Kling
parent
29bd0d9f90
commit
802d4dcb6b
Notes:
sideshowbarker
2024-07-19 13:26:11 +09:00
Author: https://github.com/sleepy-monax Commit: https://github.com/SerenityOS/serenity/commit/802d4dcb6b0 Pull-request: https://github.com/SerenityOS/serenity/pull/256 Reviewed-by: https://github.com/awesomekling ✅
14
.gitignore
vendored
14
.gitignore
vendored
@@ -1,3 +1,16 @@
|
||||
*
|
||||
!*.*
|
||||
!*/
|
||||
!Makefile
|
||||
!LICENSE
|
||||
!Base/*
|
||||
|
||||
*.o
|
||||
*.ao
|
||||
*.a
|
||||
|
||||
*.d
|
||||
|
||||
*.swp
|
||||
*.config
|
||||
*.creator
|
||||
@@ -7,6 +20,7 @@
|
||||
*.includes
|
||||
*.cflags
|
||||
*.cxxflags
|
||||
*.autosave
|
||||
Root
|
||||
Toolchain/Tarballs
|
||||
Toolchain/Build
|
||||
|
||||
Reference in New Issue
Block a user