From e6994bff2ef461a2860e4207095746a5565cbf0e Mon Sep 17 00:00:00 2001
From: Julien Lepiller <julien@lepiller.eu>
Date: Tue, 20 Oct 2020 19:15:26 +0200
Subject: [PATCH] gitignore: Ignore generated guile binary and intermediate
 products.

* .gitignore: Ignore guile, guile-guile-launcher.o, .deps and .dirstamp.
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index e2f745b42a5..fc8a8593366 100644
--- a/.gitignore
+++ b/.gitignore
@@ -140,9 +140,13 @@ Makefile
 Makefile.in
 config.cache
 stamp-h[0-9]
+.dirstamp
+.deps
 tmp
 /doc/os-config-lightweight-desktop.texi
 /nix/scripts/download
 /.version
 /doc/stamp-[0-9]
 /gnu/packages/bootstrap
+/gnu/packages/aux-files/guile-guile-launcher.o
+/guile
-- 
GitLab