diff options
author | Pierre Pfister <ppfister@cisco.com> | 2016-12-15 10:30:54 +0000 |
---|---|---|
committer | Pierre Pfister <ppfister@cisco.com> | 2016-12-15 10:33:13 +0000 |
commit | 9e859fae4821239f1ba7ebf894998cab974fd5c3 (patch) | |
tree | 18038a7a38aaa69fc2053365550d630644678c8c | |
parent | 58fda365c5c9281eaddd1867d0456625349cef44 (diff) |
vhost-test: Add .gitignore file
Git ignores:
- tmp directory (temporary configuration)
- vmroot directory (mount point for the vm file system)
- conf.sh (user configuration file)
Change-Id: I8fe15f6428975b686e26c523954780d30189b58f
Signed-off-by: Pierre Pfister <ppfister@cisco.com>
-rw-r--r-- | vhost-test/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vhost-test/.gitignore b/vhost-test/.gitignore new file mode 100644 index 0000000..2272b59 --- /dev/null +++ b/vhost-test/.gitignore @@ -0,0 +1,3 @@ +tmp +vmroot +conf.sh |