From 37fa8bbb390b4154c859441fee93801881c3665a Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Thu, 3 Nov 2022 12:41:44 +0100 Subject: [PATCH] Added a .gitignore file to the themes directory. Also made a small change to the .gitignore file in the external directory. --- external/.gitignore | 1 + themes/.gitignore | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 themes/.gitignore diff --git a/external/.gitignore b/external/.gitignore index 23913fb3f..fd44a85b6 100644 --- a/external/.gitignore +++ b/external/.gitignore @@ -1,4 +1,5 @@ * +!.gitignore !CMakeLists.txt !CImg !CImg/* diff --git a/themes/.gitignore b/themes/.gitignore new file mode 100644 index 000000000..d76e73669 --- /dev/null +++ b/themes/.gitignore @@ -0,0 +1,6 @@ +* +!.gitignore +!modern-DE +!modern-DE/** +!slate-DE +!slate-DE/**