From 4cf8a17cfbe2a0b2af659f4b75d16e746d976ab6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 26 Nov 2013 13:29:41 -0200 Subject: Set .gitignore during initialization and when using tmp inside the repository --- keyringer | 1 + 1 file changed, 1 insertion(+) (limited to 'keyringer') 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." -- cgit v1.2.3