A few .gitignore updates (#308)

* gitignore: Use absolute paths

git status will only match the ignored path from the root of the
repository, a very slightly more accurate way to ignore those files.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>

* gitignore: Ignore the /output directory

Test artifacts are now generated in /output, so update the .gitignore
file accordingly.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau 2016-08-26 17:40:41 +01:00 committed by Michael Crosby
parent 95d78cad59
commit ab90816c41

12
.gitignore vendored
View file

@ -1,7 +1,7 @@
containerd/containerd
containerd-shim/containerd-shim
bin/
ctr/ctr
hack/benchmark
*.exe
integration-test/test-artifacts
/containerd/containerd
/containerd-shim/containerd-shim
/bin/
/ctr/ctr
/hack/benchmark
/output