mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 09:58:09 +00:00
gitignore: remove historical left-over files
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>
This commit is contained in:
parent
2d1f4ec719
commit
7b689b7a42
6
.gitignore
vendored
6
.gitignore
vendored
@ -25,12 +25,6 @@ images/google/protobuf/*.h
|
|||||||
.gitid
|
.gitid
|
||||||
criu/criu
|
criu/criu
|
||||||
criu/unittest/unittest
|
criu/unittest/unittest
|
||||||
criu/arch/*/sys-exec-tbl*.c
|
|
||||||
# x86 syscalls-table is not generated
|
|
||||||
!criu/arch/x86/sys-exec-tbl.c
|
|
||||||
criu/arch/*/syscalls*.S
|
|
||||||
criu/include/syscall-codes*.h
|
|
||||||
criu/include/syscall*.h
|
|
||||||
criu/include/version.h
|
criu/include/version.h
|
||||||
criu/pie/restorer-blob.h
|
criu/pie/restorer-blob.h
|
||||||
criu/pie/parasite-blob.h
|
criu/pie/parasite-blob.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user