mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +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
1 changed files with 0 additions and 6 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -25,12 +25,6 @@ images/google/protobuf/*.h
|
|||
.gitid
|
||||
criu/criu
|
||||
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/pie/restorer-blob.h
|
||||
criu/pie/parasite-blob.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue