From 06ca08ed2b7b32f6cac1fbb33e4c3ca70ce0e8f5 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Thu, 7 May 2020 12:35:16 -0700 Subject: [PATCH] Fix up .gitignore file Add the build directory, and the dctool binary to the list of files to be ignored. Signed-off-by: Linus Torvalds --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 09c89bf..f97ad37 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,7 @@ Makefile.in /examples/atom2 /examples/d9 /examples/darwin +/examples/dctool /examples/edy /examples/eon /examples/frog @@ -82,3 +83,5 @@ Makefile.in /src/libdivecomputer.la /src/libdivecomputer.rc /src/revision.h + +/build