aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2021-06-18 15:01:04 +0530
committerArun Isaac2021-06-18 15:01:04 +0530
commit8ad1501326c9ca7cc244afc60a4e3b7def2b022e (patch)
treeb041512ffaaae2c7f62812ac2c797f017f2841f1
parentb046817cc8ab39405cb050aab86778634f8d4d5b (diff)
downloadguile-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--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 53643b4..945566e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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