summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-10-29 16:41:46 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-01-30 18:33:35 -0300
commitba19eb974cb937056bddc13652d2a8ec481d0880 (patch)
tree67f38377343c10b2bf0e3d838194e2b90b5c48d2 /.gitignore
parent7ce51fb842b2f4c251f462c1db3ddb1e7c33bd1e (diff)
Add fabric file to update the TUF repo.
Add support for json config file. This feature looks like it will be included soon in newer versions of fabric, but right now we add it manually. Add the configuration into a json file to avoid data on the python file. Ignore the file fabfile.json since it contains server information that may be sensitive.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b7c287d..0500d95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,5 @@ data/bitmask.pro
binaries
bundler.paths
seeded_config
+
+fabfile.json