summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorTim Schumacher <timschumi@gmx.de>2022-03-22 23:34:25 +0100
committerBrian Gianforcaro <b.gianfo@gmail.com>2022-03-24 20:11:39 -0700
commit9ff2560123f84888e0ce3ba1a20e6d3bf7302136 (patch)
treec39b341b92850b12dfb1979d7bc7900821d273c6 /Base
parentfad1114d4dcc5f4761c65c0b9e2e688c5158fd53 (diff)
downloadserenity-9ff2560123f84888e0ce3ba1a20e6d3bf7302136.zip
Base: Unignore all files by default
Some of the .gitignore rules of the main directory were leaking into the Base directory, causing inconsistencies between what is ignored and what is already checked-in. Resolve that by explicitly unignoring all files in the Base directory unless overwritten by a .gitignore file in a subdirectory.
Diffstat (limited to 'Base')
-rw-r--r--Base/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/.gitignore b/Base/.gitignore
new file mode 100644
index 0000000000..f9be8dfe09
--- /dev/null
+++ b/Base/.gitignore
@@ -0,0 +1 @@
+!*