diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-04-07 09:26:20 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-04-07 09:26:20 +0200 |
commit | aa4791ad8fcdc4c7c7804f7b4a0581c01ad1b3b7 (patch) | |
tree | a13439fafa2747b67926f5e6c11ef03834365f61 | |
parent | c7ef26e798556c6906034db65d369f11c74c2a3a (diff) |
git: Ignore generated files.
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a53fe2e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +guix.install_*.tar.gz +guix.install.Rcheck/
\ No newline at end of file |