diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..ee43c42d4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +/.artifacts/ +/_output/ +/conmon/conmon.o +/docs/*.[158] +/docs/*.[158].gz +/crio.conf +*.o +*.orig +/pause/pause.o +/bin/ +/test/bin2img/bin2img +/test/checkseccomp/checkseccomp +/test/copyimg/copyimg |