Meta: Removed all gitignore in the source tree only keeping the root one

This commit is contained in:
VAN BOSSUYT Nicolas 2019-06-30 10:36:28 +02:00 committed by Andreas Kling
parent 29bd0d9f90
commit 802d4dcb6b
Notes: sideshowbarker 2024-07-19 13:26:11 +09:00
37 changed files with 14 additions and 123 deletions

14
.gitignore vendored
View File

@ -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
View File

@ -1,3 +0,0 @@
akit-test
*.o
*.d

7
AK/Tests/.gitignore vendored
View File

@ -1,7 +0,0 @@
TestString
TestQueue
TestVector
TestHashMap
TestJSON
*.d
*.o

View File

@ -1,3 +0,0 @@
*.o
*.d
About

View File

@ -1,3 +0,0 @@
*.o
*.d
Downloader

View File

@ -1,3 +0,0 @@
*.o
*.d
FileManager

View File

@ -1,3 +0,0 @@
*.o
*.d
FontEditor

View File

@ -1,3 +0,0 @@
*.o
*.d
IRCClient

View File

@ -1,3 +0,0 @@
*.o
*.d
Launcher

View File

@ -1,3 +0,0 @@
*.o
*.d
PaintBrush

View File

@ -1,3 +0,0 @@
*.o
*.d
ProcessManager

View File

@ -1,3 +0,0 @@
*.o
*.d
QuickShow

View File

@ -1,4 +0,0 @@
*.o
*.d
Taskbar
*.autosave

View File

@ -1,4 +0,0 @@
*.o
*.d
Terminal
compile_commands.json

View File

@ -1,3 +0,0 @@
*.o
*.d
TextEditor

View File

@ -1,3 +0,0 @@
Fire
*.o
*.d

View File

@ -1,3 +0,0 @@
HelloWorld
*.o
*.d

View File

@ -1,3 +0,0 @@
RetroFetch
*.o
*.d

View File

@ -1,3 +0,0 @@
*.o
*.d
WidgetGallery

View File

@ -1,3 +0,0 @@
*.o
*.d
VisualBuilder

View File

@ -1,3 +0,0 @@
*.o
*.d
Minesweeper

View File

@ -1,4 +0,0 @@
*.o
*.d
Snake
*.autosave

7
Kernel/.gitignore vendored
View File

@ -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

View File

@ -1,2 +0,0 @@
*.o
*.d

View File

@ -1,2 +0,0 @@
*.o
*.d

5
LibC/.gitignore vendored
View File

@ -1,5 +0,0 @@
*.o
*.no
*.ao
*.d
libc.a

3
LibCore/.gitignore vendored
View File

@ -1,3 +0,0 @@
*.o
*.d
libcore.a

3
LibGUI/.gitignore vendored
View File

@ -1,3 +0,0 @@
*.o
*.d
libgui.a

4
LibHTML/.gitignore vendored
View File

@ -1,4 +0,0 @@
*.o
*.d
libhtml.a
tho

3
LibM/.gitignore vendored
View File

@ -1,3 +0,0 @@
*.o
*.d
libm.a

1
Meta/.gitignore vendored
View File

@ -1 +0,0 @@
convert-raw-to-rgb

View File

@ -1,3 +0,0 @@
*.o
*.d
LookupServer

View File

@ -1,3 +0,0 @@
SystemServer
main.d
main.o

View File

@ -1,3 +0,0 @@
*.o
*.d
WindowServer

View File

@ -1,2 +0,0 @@
*.o
*.d

3
Shell/.gitignore vendored
View File

@ -1,3 +0,0 @@
*.o
*.d
Shell

9
Userland/.gitignore vendored
View File

@ -1,9 +0,0 @@
# Ignore all files without extension
*
!*.*
!*/
!Makefile
*.o
*.d
compile_commands.json