Skip to content
Snippets Groups Projects
Unverified Commit e9e1451f authored by Arthur Sonzogni's avatar Arthur Sonzogni Committed by GitHub
Browse files

Fix the .gitignore file. (#688)

parent 34688fdd
No related branches found
No related tags found
No related merge requests found
# Ignore all the files, except the ones we expect.
# See https://jasonstitt.com/gitignore-whitelisting-patterns
*
!*/
# Allowed top-level files:
!.clang-format
......@@ -42,13 +44,16 @@
!examples/**/*.html.disabled
# include directory:
!include/ftxui/
!include/ftxui/**/*.hpp
!include/ftxui/**/*.cpp
# src directory:
!src/
!src/ftxui/**/*.hpp
!src/ftxui/**/*.cpp
# tools directory:
!tools/
!tools/**/*.sh
!tools/**/*.cpp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment