mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
gitignore: Ignore top-evel build dir only
The entry "build/" will ignore any directory named "build" at any level of the source tree, including our scripts/build directory. We only want to ignore the top-level build directory created by `make install`. As the git manpage suggests, entries with slashes at the start or in the middle will only match at the same level as the .gitignore, hence use build/** instead. Signed-off-by: Younes Manton <ymanton@ca.ibm.com>
This commit is contained in:
parent
309e1315fb
commit
3aafc55e90
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -42,4 +42,4 @@ lib/.crit-setup.files
|
|||
compel/include/asm
|
||||
include/common/asm
|
||||
include/common/config.h
|
||||
build/
|
||||
build/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue