mirror of
https://github.com/RGBCube/serenity
synced 2025-07-31 02:07:34 +00:00
Meta: Removed all gitignore in the source tree only keeping the root one
This commit is contained in:
parent
29bd0d9f90
commit
802d4dcb6b
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue