sort .gitignore
Signed-off-by: Andrew Pilloud <andrewpilloud@igneoussystems.com>
This commit is contained in:
parent
f74145cc4c
commit
0fb74ae661
1 changed files with 6 additions and 6 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -1,17 +1,17 @@
|
||||||
/.artifacts/
|
/.artifacts/
|
||||||
/conmon/conmon
|
/conmon/conmon
|
||||||
/conmon/conmon.o
|
/conmon/conmon.o
|
||||||
/pause/pause
|
|
||||||
/pause/pause.o
|
|
||||||
/docs/*.[158]
|
/docs/*.[158]
|
||||||
/docs/*.[158].gz
|
/docs/*.[158].gz
|
||||||
|
/kpod
|
||||||
|
/ocic
|
||||||
|
/ocid
|
||||||
/ocid.conf
|
/ocid.conf
|
||||||
*.orig
|
*.orig
|
||||||
|
/pause/pause
|
||||||
|
/pause/pause.o
|
||||||
*.rej
|
*.rej
|
||||||
/test/bin2img/bin2img
|
/test/bin2img/bin2img
|
||||||
|
/test/checkseccomp/checkseccomp
|
||||||
/test/copyimg/copyimg
|
/test/copyimg/copyimg
|
||||||
/test/testdata/redis-image
|
/test/testdata/redis-image
|
||||||
/test/checkseccomp/checkseccomp
|
|
||||||
/ocid
|
|
||||||
/ocic
|
|
||||||
/kpod
|
|
||||||
|
|
Loading…
Reference in a new issue