aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2020-10-20 19:15:26 +0200
committerJulien Lepiller <julien@lepiller.eu>2020-10-20 19:16:21 +0200
commite6994bff2ef461a2860e4207095746a5565cbf0e (patch)
tree33841128dbfbdad7d4314a6d5f5faf4c1f1c8fab /.gitignore
parent98bdb84224a6f024320ebf4660125d252f004408 (diff)
downloadguix-e6994bff2ef461a2860e4207095746a5565cbf0e.tar
guix-e6994bff2ef461a2860e4207095746a5565cbf0e.tar.gz
gitignore: Ignore generated guile binary and intermediate products.
* .gitignore: Ignore guile, guile-guile-launcher.o, .deps and .dirstamp.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e2f745b42a..fc8a859336 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