[CRIU] [PATCH 01/11] .gitignore -- Add back files to ignore
Cyrill Gorcunov
gorcunov at openvz.org
Mon Feb 15 05:26:07 PST 2016
Have been removed while developing criu-2
series, need to check that they are cleaned
during "clean" stage.
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
.gitignore | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.gitignore b/.gitignore
index c46bc5f75ad4..e7d90f03b30e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
*.o
*.d
+*.a
*.img
*.bin
*.elf
@@ -18,3 +19,15 @@ images/*.h
images/google/protobuf/*.c
images/google/protobuf/*.h
.gitid
+criu/criu
+criu/arch/*/sys-exec-tbl.c
+criu/arch/*/syscalls.S
+criu/include/config.h
+criu/include/syscall-codes.h
+criu/include/syscall.h
+criu/include/version.h
+criu/pie/restorer-blob.h
+criu/pie/parasite-blob.h
+criu/pie/piegen/piegen
+criu/pie/pie.lds.S
+criu/protobuf-desc-gen.h
--
2.5.0
More information about the CRIU
mailing list