From 7305a1758dbc3630346a492f7757d31f733b9e5e Mon Sep 17 00:00:00 2001 From: David Florness Date: Sat, 4 May 2019 11:33:30 -0600 Subject: [PATCH] Ignore straight/ and transient/ directories --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ab11d28..401863a 100644 --- a/.gitignore +++ b/.gitignore @@ -54,4 +54,6 @@ projectile.cache projectile-bookmarks.eld /.cache/ abbrev_defs -bookmarks \ No newline at end of file +bookmarks +/straight/ +/transient/ \ No newline at end of file -- 2.38.4