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:
parent
95d78cad59
commit
ab90816c41
1 changed files with 6 additions and 6 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -1,7 +1,7 @@
|
||||||
containerd/containerd
|
|
||||||
containerd-shim/containerd-shim
|
|
||||||
bin/
|
|
||||||
ctr/ctr
|
|
||||||
hack/benchmark
|
|
||||||
*.exe
|
*.exe
|
||||||
integration-test/test-artifacts
|
/containerd/containerd
|
||||||
|
/containerd-shim/containerd-shim
|
||||||
|
/bin/
|
||||||
|
/ctr/ctr
|
||||||
|
/hack/benchmark
|
||||||
|
/output
|
||||||
|
|
Loading…
Reference in a new issue