diff options
author | Egbert Verhage <egbert@eggiecode.org> | 2016-08-22 10:55:17 +0200 |
---|---|---|
committer | Egbert Verhage <egbert@eggiecode.org> | 2016-08-22 10:55:17 +0200 |
commit | 5083bef62ea6530be43d5246d7732cbcbfbdb4c7 (patch) | |
tree | 444e31eef4e7a1f69cfafe4ffba49ec455dc9358 /.gitignore | |
parent | f986e059343e124bfa4c404030359dd61cdeb9b0 (diff) | |
download | ansible-teamspeak-5083bef62ea6530be43d5246d7732cbcbfbdb4c7.tar.gz ansible-teamspeak-5083bef62ea6530be43d5246d7732cbcbfbdb4c7.tar.xz ansible-teamspeak-5083bef62ea6530be43d5246d7732cbcbfbdb4c7.zip |
Add: gitignore for vim swap files
Fixed: teamspeak.ini_file in defaults
Fixed: check if ini_file is not none on include of config.yml
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..783cd5b --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.swp + |