Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadostin Stoyanov <radostin@redhat.com>2021-09-09 11:12:51 +0300
committerAndrei Vagin <avagin@gmail.com>2021-09-17 20:42:21 +0300
commitbea9580e3cf75ed7f3429dd938a4ec9aaf5fe422 (patch)
treec00a5882264f40f20a8bd90aed43eee226954df5 /.gitignore
parent4db8ef15cee0b97a18e9f28b12e3ceefaa696bda (diff)
gitignore: add build directory
The build directory is generated when running make install. build/ was initially added to gitignore with commit 967797a (Add build directory to gitignore) and it was accidentally removed. Signed-off-by: Radostin Stoyanov <radostin@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b9cd7cdc7..d5135f5f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,3 +42,4 @@ lib/.crit-setup.files
compel/include/asm
include/common/asm
include/common/config.h
+build/