summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDexesTTP <dexes.ttp@gmail.com>2022-04-30 12:09:45 +0200
committerLinus Groh <mail@linusgroh.de>2022-05-06 14:11:03 +0200
commit56d018f6b50744aa34bcfd075a4c6dcf9a386d84 (patch)
treebaf09a2397dd2a7116226a4e393525c1e744b22b
parent6027ab9e12dbddf316fc40cf75283bbe337d12f9 (diff)
downloadserenity-56d018f6b50744aa34bcfd075a4c6dcf9a386d84.zip
LibWeb: Remove unneeded .gitignore
This was changed a while ago so the generated files are placed in the Build directory. Let's remove the gitignore file so any old version of the files stop conflicting with the new generated versions.
-rw-r--r--Userland/Libraries/LibWeb/CSS/.gitignore3
1 files changed, 0 insertions, 3 deletions
diff --git a/Userland/Libraries/LibWeb/CSS/.gitignore b/Userland/Libraries/LibWeb/CSS/.gitignore
deleted file mode 100644
index ae00c71e95..0000000000
--- a/Userland/Libraries/LibWeb/CSS/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-DefaultStyleSheetSource.cpp
-PropertyID.cpp
-PropertyID.h