ab90816c41
* 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>
7 lines
101 B
Text
7 lines
101 B
Text
*.exe
|
|
/containerd/containerd
|
|
/containerd-shim/containerd-shim
|
|
/bin/
|
|
/ctr/ctr
|
|
/hack/benchmark
|
|
/output
|