mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-28 16:29:34 +08:00
Fix the .gitignore file. (#688)
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,5 +1,7 @@
|
|||||||
# Ignore all the files, except the ones we expect.
|
# Ignore all the files, except the ones we expect.
|
||||||
|
# See https://jasonstitt.com/gitignore-whitelisting-patterns
|
||||||
*
|
*
|
||||||
|
!*/
|
||||||
|
|
||||||
# Allowed top-level files:
|
# Allowed top-level files:
|
||||||
!.clang-format
|
!.clang-format
|
||||||
@@ -42,13 +44,16 @@
|
|||||||
!examples/**/*.html.disabled
|
!examples/**/*.html.disabled
|
||||||
|
|
||||||
# include directory:
|
# include directory:
|
||||||
|
!include/ftxui/
|
||||||
!include/ftxui/**/*.hpp
|
!include/ftxui/**/*.hpp
|
||||||
!include/ftxui/**/*.cpp
|
!include/ftxui/**/*.cpp
|
||||||
|
|
||||||
# src directory:
|
# src directory:
|
||||||
|
!src/
|
||||||
!src/ftxui/**/*.hpp
|
!src/ftxui/**/*.hpp
|
||||||
!src/ftxui/**/*.cpp
|
!src/ftxui/**/*.cpp
|
||||||
|
|
||||||
# tools directory:
|
# tools directory:
|
||||||
|
!tools/
|
||||||
!tools/**/*.sh
|
!tools/**/*.sh
|
||||||
!tools/**/*.cpp
|
!tools/**/*.cpp
|
||||||
|
Reference in New Issue
Block a user