Skip to content

Commit

Permalink
Allow for try_* files to be ignored in git.
Browse files Browse the repository at this point in the history
Reason for this is that playbooks look for their vars etc files
in their own directory, so playbooks for trying something out
need to be in the playbooks directory. The already existing
git exclusion of the /try directory is not sufficient for that.

Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Jul 27, 2017
1 parent c7020e1 commit a56c40e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -18,6 +18,7 @@ env*
/.idea
/.vagrant
/try
try_*
/tmp
tmp_*
*.tmp
Expand Down

0 comments on commit a56c40e

Please sign in to comment.