mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
I use Makefile.local to add my own rules for submitting a build to Coverity. As those rules contain login credentials, they should be kept private. Including Makefile.local (if present) seems to be the best way to achieve that. Also, add Makefile.local to .gitignore to make sure it never gets commited into repo. Signed-off-by: Kir Kolyshkin <kir@openvz.org> Acked-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
34 lines
399 B
Text
34 lines
399 B
Text
*.o
|
|
*.d
|
|
*.img
|
|
*.bin
|
|
*.elf
|
|
*.out
|
|
*.swp
|
|
*.swo
|
|
*-blob.h
|
|
*.so
|
|
.git-ignore
|
|
*.patch
|
|
*.pyc
|
|
criu
|
|
cscope*
|
|
tags
|
|
TAGS
|
|
Makefile.local
|
|
syscall-x86-64.S
|
|
include/syscall.h
|
|
include/syscall-codes.h
|
|
protobuf/*.c
|
|
protobuf/*.h
|
|
protobuf/google/protobuf/*.c
|
|
protobuf/google/protobuf/*.h
|
|
include/version.h
|
|
arch/x86/sys-exec-tbl.c
|
|
arch/x86/syscalls.S
|
|
pie/pie.lds.S
|
|
include/config.h
|
|
protobuf-desc-gen.h
|
|
criu.pc
|
|
build
|
|
.gitid
|