[CRIU] [PATCH 1/5] Update .gitignore

Cyrill Gorcunov gorcunov at openvz.org
Wed Jul 4 14:05:55 EDT 2012


Add object files and future protobuf compiled ones.

Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 .gitignore |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8cf64a4..8c28844 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,7 +5,9 @@
 *.elf
 *.out
 *.swp
+*.swo
 *-blob.h
+*.o
 .git-ignore
 crtools
 cscope*
@@ -14,3 +16,5 @@ TAGS
 syscall-x86-64.S
 include/syscall.h
 include/syscall-codes.h
+protobuf/*.c
+protobuf/*.h
-- 
1.7.7.6



More information about the CRIU mailing list