mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
Add build directory to gitignore
After running make install, build directory is generated but not ignored in gitignore. So this commit add build directory to gitignore. Signed-off-by: Byeonggon Lee <gonny952@gmail.com>
This commit is contained in:
parent
cc362b432e
commit
967797a867
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -42,3 +42,4 @@ lib/.crit-setup.files
|
|||
compel/include/asm
|
||||
include/common/asm
|
||||
include/common/config.h
|
||||
build/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue