Make ignore paths absolute

Signed-off-by: Andrew Pilloud <andrewpilloud@igneoussystems.com>
This commit is contained in:
Andrew Pilloud 2017-02-21 07:56:10 -08:00
parent 7d56dae492
commit f74145cc4c
1 changed files with 13 additions and 13 deletions

26
.gitignore vendored
View File

@ -1,17 +1,17 @@
.artifacts/
conmon/conmon
conmon/conmon.o
pause/pause
pause/pause.o
/.artifacts/
/conmon/conmon
/conmon/conmon.o
/pause/pause
/pause/pause.o
/docs/*.[158]
/docs/*.[158].gz
ocid.conf
/ocid.conf
*.orig
*.rej
test/bin2img/bin2img
test/copyimg/copyimg
test/testdata/redis-image
test/checkseccomp/checkseccomp
ocid
ocic
kpod
/test/bin2img/bin2img
/test/copyimg/copyimg
/test/testdata/redis-image
/test/checkseccomp/checkseccomp
/ocid
/ocic
/kpod