diff options
author | Tim Schumacher <timschumi@gmx.de> | 2022-03-22 23:31:42 +0100 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2022-03-24 20:11:39 -0700 |
commit | fad1114d4dcc5f4761c65c0b9e2e688c5158fd53 (patch) | |
tree | 385031a224565c3d64a2ee99d1b6c299d602f781 /Meta/HeaderCheck | |
parent | 35e7ccb65b9c6b0ae6c0f77ef8bbcf99ea4ec3e4 (diff) | |
download | serenity-fad1114d4dcc5f4761c65c0b9e2e688c5158fd53.zip |
Meta: Remove obsolete HeaderCheck .gitignore
This appears to be a remnant from the earlier HeaderCheck revisions,
where CMakeLists.txt was automatically generated.
Now that a (static) copy of CMakeLists.txt is checked in, this file
doesn't have any effect anymore.
Diffstat (limited to 'Meta/HeaderCheck')
-rw-r--r-- | Meta/HeaderCheck/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Meta/HeaderCheck/.gitignore b/Meta/HeaderCheck/.gitignore deleted file mode 100644 index a0f00082c8..0000000000 --- a/Meta/HeaderCheck/.gitignore +++ /dev/null @@ -1 +0,0 @@ -CMakeLists.txt |