diff options
author | Julien Lepiller <julien@lepiller.eu> | 2020-10-20 19:15:26 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2020-10-20 19:16:21 +0200 |
commit | e6994bff2ef461a2860e4207095746a5565cbf0e (patch) | |
tree | 33841128dbfbdad7d4314a6d5f5faf4c1f1c8fab | |
parent | 98bdb84224a6f024320ebf4660125d252f004408 (diff) | |
download | guix-e6994bff2ef461a2860e4207095746a5565cbf0e.tar.gz |
gitignore: Ignore generated guile binary and intermediate products.
* .gitignore: Ignore guile, guile-guile-launcher.o, .deps and .dirstamp.
-rw-r--r-- | .gitignore | 4 |
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 |