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:
authorByeonggon Lee <gonny952@gmail.com>2020-03-15 10:32:15 +0300
committerAndrei Vagin <avagin@gmail.com>2020-03-27 19:36:20 +0300
commit967797a8676c8b3b7cd8954892b113c6765af25a (patch)
treec61a2feb111d697e9b7740714e05bed32e097e06 /.gitignore
parentcc362b432e2d2e3ec68628fb33b117fe3e89f9c2 (diff)
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c231104af..23cd703be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,3 +42,4 @@ lib/.crit-setup.files
compel/include/asm
include/common/asm
include/common/config.h
+build/