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:
parent
8ea51ad16e
commit
06ca08ed2b
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user