diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-01-27 09:50:11 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-01-27 09:50:11 +0100 |
commit | 32755aeb605a1b46383af4e3cd1674c75ae0585d (patch) | |
tree | d705194de4595dd284237009b65aff2ef21fd325 /.gitignore | |
parent | 069d21ed7f2cf6d5b5f277602b8a969284298b0f (diff) | |
download | serenity-32755aeb605a1b46383af4e3cd1674c75ae0585d.zip |
Tweak .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index 11d77b9424..d1b33059fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ *.swp -Serenity.config -Serenity.creator -Serenity.creator.user -Serenity.files -Serenity.includes +*.config +*.creator +*.creator.user +*.files +*.includes |