aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoracdenisSK <[email protected]>2018-05-19 15:01:14 +0200
committeracdenisSK <[email protected]>2018-05-19 15:01:45 +0200
commit6c19bc94cbd93e5e1228879c41b8a7dab2d011ad (patch)
tree412760d1613518c73a3485ce1aaad33cfb68ac83
parentRemove the config for rustfmt (diff)
downloadserenity-6c19bc94cbd93e5e1228879c41b8a7dab2d011ad.tar.xz
serenity-6c19bc94cbd93e5e1228879c41b8a7dab2d011ad.zip
Add `rls/` dir to .gitignore
The new RLS now puts its built information into this directory instead, as opposed to `target/rls/`.
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5f4b3dc..f1e3d16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,5 +9,6 @@ target/
Cargo.lock
# Misc
+rls/
*.iml
.env