aboutsummaryrefslogtreecommitdiff
path: root/keyringer
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-11-26 13:29:41 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-11-26 13:29:41 -0200
commit4cf8a17cfbe2a0b2af659f4b75d16e746d976ab6 (patch)
tree0088e84186c9d6914aeb648c6b8c4d4a1dd8727a /keyringer
parent5ec8ec353ecd15b3d71479d2fcca3346059f955c (diff)
downloadkeyringer-4cf8a17cfbe2a0b2af659f4b75d16e746d976ab6.tar.gz
keyringer-4cf8a17cfbe2a0b2af659f4b75d16e746d976ab6.tar.bz2
Set .gitignore during initialization and when using tmp inside the repository
Diffstat (limited to 'keyringer')
-rwxr-xr-xkeyringer1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyringer b/keyringer
index bdb1f6c..922f490 100755
--- a/keyringer
+++ b/keyringer
@@ -90,6 +90,7 @@ function keyringer_init {
# Init
if ! keyringer_is_git "$BASEDIR"; then
keyringer_exec git "$BASEDIR" init
+ keyringer_git_ignore 'tmp/*'
# Edit default recipients
echo "Now you have to edit the default recipient configuration to be able to encrypt secrets."