From 8c443c5abcdf69e650593ecf65b77b36255e737f Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Mon, 4 Dec 2017 02:12:13 +0100 Subject: [PATCH] build: ignore the build from git Now as a submodule, the change in libdivecomputer created by the build process is annoying. Just ignore it. Signed-off-by: Jan Mulder --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 09c89bf..737acdb 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,5 @@ Makefile.in /src/libdivecomputer.la /src/libdivecomputer.rc /src/revision.h + +/build