diff options
author | lado <herrlado@gmail.com> | 2017-11-02 10:41:17 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2017-11-02 10:41:17 +0100 |
commit | e044aed11d8982398fa556eacde9af1003af1c5a (patch) | |
tree | 3a09298670b27b551c072782f410b43bf966b2c0 /vdrmanager/.gitignore | |
parent | 049975cbda6327aae542bac5dd1acd6fe97d18a4 (diff) | |
download | vdr-manager-e044aed11d8982398fa556eacde9af1003af1c5a.tar.gz vdr-manager-e044aed11d8982398fa556eacde9af1003af1c5a.tar.bz2 |
refactor vdrmanager -> de.bjusystems.vdrmanager
Diffstat (limited to 'vdrmanager/.gitignore')
-rw-r--r-- | vdrmanager/.gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vdrmanager/.gitignore b/vdrmanager/.gitignore index 9d26f97..7981949 100644 --- a/vdrmanager/.gitignore +++ b/vdrmanager/.gitignore @@ -1,7 +1,7 @@ # Created by .ignore support plugin (hsz.mobi) .gradle/ -build/* +de.bjusystems.vdrmanager/build/* keystore.properties *.iml .idea - +build/* |