mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-01 20:10:28 +00:00
Meta: Removed all gitignore in the source tree only keeping the root one
This commit is contained in:
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 ✅
37 changed files with 14 additions and 123 deletions
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
|
||||
|
|
3
AK/.gitignore
vendored
3
AK/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
akit-test
|
||||
*.o
|
||||
*.d
|
7
AK/Tests/.gitignore
vendored
7
AK/Tests/.gitignore
vendored
|
@ -1,7 +0,0 @@
|
|||
TestString
|
||||
TestQueue
|
||||
TestVector
|
||||
TestHashMap
|
||||
TestJSON
|
||||
*.d
|
||||
*.o
|
3
Applications/About/.gitignore
vendored
3
Applications/About/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
*.o
|
||||
*.d
|
||||
About
|
3
Applications/Downloader/.gitignore
vendored
3
Applications/Downloader/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
*.o
|
||||
*.d
|
||||
Downloader
|
3
Applications/FileManager/.gitignore
vendored
3
Applications/FileManager/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
*.o
|
||||
*.d
|
||||
FileManager
|
3
Applications/FontEditor/.gitignore
vendored
3
Applications/FontEditor/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
*.o
|
||||
*.d
|
||||
FontEditor
|
3
Applications/IRCClient/.gitignore
vendored
3
Applications/IRCClient/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
*.o
|
||||
*.d
|
||||
IRCClient
|
3
Applications/Launcher/.gitignore
vendored
3
Applications/Launcher/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
*.o
|
||||
*.d
|
||||
Launcher
|
3
Applications/PaintBrush/.gitignore
vendored
3
Applications/PaintBrush/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
*.o
|
||||
*.d
|
||||
PaintBrush
|
3
Applications/ProcessManager/.gitignore
vendored
3
Applications/ProcessManager/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
*.o
|
||||
*.d
|
||||
ProcessManager
|
3
Applications/QuickShow/.gitignore
vendored
3
Applications/QuickShow/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
*.o
|
||||
*.d
|
||||
QuickShow
|
4
Applications/Taskbar/.gitignore
vendored
4
Applications/Taskbar/.gitignore
vendored
|
@ -1,4 +0,0 @@
|
|||
*.o
|
||||
*.d
|
||||
Taskbar
|
||||
*.autosave
|
4
Applications/Terminal/.gitignore
vendored
4
Applications/Terminal/.gitignore
vendored
|
@ -1,4 +0,0 @@
|
|||
*.o
|
||||
*.d
|
||||
Terminal
|
||||
compile_commands.json
|
3
Applications/TextEditor/.gitignore
vendored
3
Applications/TextEditor/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
*.o
|
||||
*.d
|
||||
TextEditor
|
3
Demos/Fire/.gitignore
vendored
3
Demos/Fire/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
Fire
|
||||
*.o
|
||||
*.d
|
3
Demos/HelloWorld/.gitignore
vendored
3
Demos/HelloWorld/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
HelloWorld
|
||||
*.o
|
||||
*.d
|
3
Demos/RetroFetch/.gitignore
vendored
3
Demos/RetroFetch/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
RetroFetch
|
||||
*.o
|
||||
*.d
|
3
Demos/WidgetGallery/.gitignore
vendored
3
Demos/WidgetGallery/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
*.o
|
||||
*.d
|
||||
WidgetGallery
|
3
DevTools/VisualBuilder/.gitignore
vendored
3
DevTools/VisualBuilder/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
*.o
|
||||
*.d
|
||||
VisualBuilder
|
3
Games/Minesweeper/.gitignore
vendored
3
Games/Minesweeper/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
*.o
|
||||
*.d
|
||||
Minesweeper
|
4
Games/Snake/.gitignore
vendored
4
Games/Snake/.gitignore
vendored
|
@ -1,4 +0,0 @@
|
|||
*.o
|
||||
*.d
|
||||
Snake
|
||||
*.autosave
|
7
Kernel/.gitignore
vendored
7
Kernel/.gitignore
vendored
|
@ -1,11 +1,4 @@
|
|||
*.o
|
||||
*.d
|
||||
Boot/boot.ao
|
||||
kernel
|
||||
kernel.map
|
||||
_fs_contents
|
||||
sync-local.sh
|
||||
*.pcap
|
||||
eth_null*
|
||||
_disk_image
|
||||
compile_commmands.json
|
||||
|
|
2
Kernel/Net/.gitignore
vendored
2
Kernel/Net/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*.o
|
||||
*.d
|
2
Kernel/VM/.gitignore
vendored
2
Kernel/VM/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*.o
|
||||
*.d
|
5
LibC/.gitignore
vendored
5
LibC/.gitignore
vendored
|
@ -1,5 +0,0 @@
|
|||
*.o
|
||||
*.no
|
||||
*.ao
|
||||
*.d
|
||||
libc.a
|
3
LibCore/.gitignore
vendored
3
LibCore/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
*.o
|
||||
*.d
|
||||
libcore.a
|
3
LibGUI/.gitignore
vendored
3
LibGUI/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
*.o
|
||||
*.d
|
||||
libgui.a
|
4
LibHTML/.gitignore
vendored
4
LibHTML/.gitignore
vendored
|
@ -1,4 +0,0 @@
|
|||
*.o
|
||||
*.d
|
||||
libhtml.a
|
||||
tho
|
3
LibM/.gitignore
vendored
3
LibM/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
*.o
|
||||
*.d
|
||||
libm.a
|
1
Meta/.gitignore
vendored
1
Meta/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
convert-raw-to-rgb
|
3
Servers/LookupServer/.gitignore
vendored
3
Servers/LookupServer/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
*.o
|
||||
*.d
|
||||
LookupServer
|
3
Servers/SystemServer/.gitignore
vendored
3
Servers/SystemServer/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
SystemServer
|
||||
main.d
|
||||
main.o
|
3
Servers/WindowServer/.gitignore
vendored
3
Servers/WindowServer/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
*.o
|
||||
*.d
|
||||
WindowServer
|
2
SharedGraphics/.gitignore
vendored
2
SharedGraphics/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*.o
|
||||
*.d
|
3
Shell/.gitignore
vendored
3
Shell/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
*.o
|
||||
*.d
|
||||
Shell
|
9
Userland/.gitignore
vendored
9
Userland/.gitignore
vendored
|
@ -1,9 +0,0 @@
|
|||
# Ignore all files without extension
|
||||
*
|
||||
!*.*
|
||||
!*/
|
||||
!Makefile
|
||||
|
||||
*.o
|
||||
*.d
|
||||
compile_commands.json
|
Loading…
Reference in a new issue