From 86c6de5023a39fdbfebc95571aaf5fcc83ac6667 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 19 Sep 2012 14:38:10 +0200 Subject: [PATCH] .gitignore: Add. --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..26354b7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Ignore GnuPG files not stored in Git. +/gnupg/pubring.gpg +/gnupg/pubring.gpg~ +/gnupg/random_seed +/gnupg/secring.gpg +/gnupg/trustdb.gpg + +# Ignore local files. +/mutt/adfooters/ +/mutt/mlfooters/ -- 2.44.1