diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-01-16 16:03:50 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-01-16 16:03:50 +0100 |
commit | f7ca6d254d452e3524aaeaa1334ac041be3a1279 (patch) | |
tree | 165f54aa32eafbfd79003eb686770370f585c14d /WindowServer/.gitignore | |
parent | e655aebd70bb7d248c2f7be4a12d695ceec707a5 (diff) | |
download | serenity-f7ca6d254d452e3524aaeaa1334ac041be3a1279.zip |
Tear out or duplicate what's unique for WindowServer from Widgets.
This turned into a huge refactoring that somehow also includes
making locks recursive/reentrant.
Diffstat (limited to 'WindowServer/.gitignore')
-rw-r--r-- | WindowServer/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WindowServer/.gitignore b/WindowServer/.gitignore new file mode 100644 index 0000000000..5761abcfdf --- /dev/null +++ b/WindowServer/.gitignore @@ -0,0 +1 @@ +*.o |