diff options
author | VAN BOSSUYT Nicolas <nicovb30@gmail.com> | 2019-04-15 17:15:15 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-04-29 13:12:20 +0200 |
commit | 8ac813135a7460f6460d1179100e1ba2c8d7fc63 (patch) | |
tree | 3bf5d5d114c12c71b49ae199e3b0652444371225 /.gitignore | |
parent | be1100497d223481c0e4b1354c0c7737b8af2d23 (diff) | |
download | serenity-8ac813135a7460f6460d1179100e1ba2c8d7fc63.zip |
Meta: forgot to gitignore Toolchain/Local
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9b638b61b6..02d28254fc 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ Root Toolchain/Tarballs Toolchain/Build +Toolchain/Local .vscode |