Added ignore tar

This commit is contained in:
CommanderRedYT
2021-12-24 11:49:38 +01:00
parent 99f1517db5
commit 1b59251a99
4 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ desktop.ini
/.ccache
/main/certs/*
/.vscode/*
/ignore.tar.gz

BIN
ignore.tar.gz.gpg Normal file

Binary file not shown.

3
tools/bobby-decrypt Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
gpg --quiet --batch --yes --decrypt --passphrase="$GPG_KEY" --output ./ignore.tar.gz ignore.tar.gz.gpg
tar xzf ignore.tar.gz

3
tools/bobby-encrypt Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
tar czf ignore.tar.gz ignore
gpg -c ignore.tar.gz