mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 10:40:00 +08:00
Fix the .gitignore file. (#688)
This commit is contained in:
parent
34688fdd8c
commit
e9e1451f3c
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
|
||||||
|
Loading…
Reference in New Issue
Block a user