diff options
author | Arun Isaac | 2021-06-18 15:01:04 +0530 |
---|---|---|
committer | Arun Isaac | 2021-06-18 15:01:04 +0530 |
commit | 8ad1501326c9ca7cc244afc60a4e3b7def2b022e (patch) | |
tree | b041512ffaaae2c7f62812ac2c797f017f2841f1 | |
parent | b046817cc8ab39405cb050aab86778634f8d4d5b (diff) | |
download | guile-email-8ad1501326c9ca7cc244afc60a4e3b7def2b022e.tar.gz guile-email-8ad1501326c9ca7cc244afc60a4e3b7def2b022e.tar.lz guile-email-8ad1501326c9ca7cc244afc60a4e3b7def2b022e.zip |
.gitignore: Add files.
* .gitignore: Add INSTALL, doc/.dirstamp, doc/guile-email.html,
doc/guile-email.info, website.
-rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,5 @@ *.go +INSTALL Makefile Makefile.in aclocal.m4 @@ -9,7 +10,11 @@ build-aux/test-corpus.scm config.log config.status configure +doc/.dirstamp +doc/guile-email.html +doc/guile-email.info pre-inst-env test-suite.log tests/*.log -tests/*.trs
\ No newline at end of file +tests/*.trs +website
\ No newline at end of file |