mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
In commit [1] was introduced a mechanism to auto-generate the files: sys-exec-tbl*.c, syscalls*.S, syscall-codes*.h, and syscall*.h. This commit also updated the gitignore rules to ignore auto-generated files. However, after commit [2], the path for these files has changed and the patterns specified in gitignore are no longer needed. [1]bbc2f133(x86/build: generate syscalls-{64,32}.built-in.o) [2]19fadee9(compel: plugins,std -- Implement syscalls in std plugin) Reported-by: @felicitia Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
37 lines
467 B
Text
37 lines
467 B
Text
.config
|
|
*.o
|
|
*.d
|
|
*.a
|
|
*.img
|
|
*.bin
|
|
*.elf
|
|
*.out
|
|
*.swp
|
|
*.swo
|
|
*.so
|
|
.git-ignore
|
|
*.patch
|
|
*.pyc
|
|
cscope*
|
|
tags
|
|
TAGS
|
|
Makefile.local
|
|
compel/compel
|
|
compel/compel-host-bin
|
|
images/*.c
|
|
images/*.h
|
|
images/google/protobuf/*.c
|
|
images/google/protobuf/*.h
|
|
.gitid
|
|
criu/criu
|
|
criu/unittest/unittest
|
|
criu/include/version.h
|
|
criu/pie/restorer-blob.h
|
|
criu/pie/parasite-blob.h
|
|
criu/protobuf-desc-gen.h
|
|
lib/build/
|
|
lib/c/criu.pc
|
|
compel/include/asm
|
|
include/common/asm
|
|
include/common/config.h
|
|
build/**
|