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 <torvalds@linux-foundation.org>
This commit is contained in:
Linus Torvalds 2020-05-07 12:35:16 -07:00
parent 8ea51ad16e
commit 06ca08ed2b

3
.gitignore vendored
View File

@ -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