From 89669070ba9e914dc51960ec156babb604c2e91f Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Tue, 11 Oct 2016 18:51:06 +0200 Subject: [PATCH] gitignore: ignore e2config, it shouldn't be checked in Signed-off-by: Tobias Ulmer --- templates/gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/gitignore b/templates/gitignore index 0c20c74..d43dad0 100644 --- a/templates/gitignore +++ b/templates/gitignore @@ -1,6 +1,7 @@ .e2/bin .e2/doc .e2/e2 +.e2/e2config .e2/global-version .e2/hashcache .e2/lib -- 2.39.5