diff options
author | varac <varacanero@zeromail.org> | 2013-01-31 11:55:03 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-01-31 11:55:03 +0100 |
commit | b36807f966fb2f695a452af3ad3599ef69992ecb (patch) | |
tree | b2e9cfcef93c10062526e114afb95524320e3582 /provider | |
parent | 072cbf127db60a3e96b5b7a74e1e78e47a7932bf (diff) |
don't track Leapfile, because content is different for all of us
Diffstat (limited to 'provider')
-rw-r--r-- | provider/.gitignore | 1 | ||||
-rw-r--r-- | provider/Leapfile | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/provider/.gitignore b/provider/.gitignore index c255c3b..79b87ad 100644 --- a/provider/.gitignore +++ b/provider/.gitignore @@ -3,3 +3,4 @@ test/.vagrant test/openvpn test/cert hiera/*.yaml +/Leapfile diff --git a/provider/Leapfile b/provider/Leapfile deleted file mode 100644 index 4ebb9cb..0000000 --- a/provider/Leapfile +++ /dev/null @@ -1 +0,0 @@ -@platform_directory_path = '../leap_platform' |