This changes the dc_version_suffix to show that this is the subsurface 'next generation' branch, and does minor tweaks to the build system: we add the 'build' subdirectory to the .gitignore branch because that's where we typically do our builds, and we tweak the default compiler warning flags to not be as annoying. No real semantic changes. This is partially based off patches in the original Subsurface-branch by Dirk Hohndel (configure.ac) and Jan Mulder (gitignore). The sign-offs for those come from those patches: Signed-off-by: Dirk Hohndel <dirk@hohndel.org> Signed-off-by: Jan Mulder <jlmulder@xs4all.nl> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
87 lines
1.1 KiB
Plaintext
87 lines
1.1 KiB
Plaintext
*~
|
|
*.o
|
|
*.lo
|
|
*.patch
|
|
*.orig
|
|
*.rej
|
|
*.exe
|
|
.*.swp
|
|
.deps/
|
|
.libs/
|
|
compile
|
|
Makefile
|
|
Makefile.in
|
|
|
|
/aclocal.m4
|
|
/ar-lib
|
|
/autom4te.cache/
|
|
/config.guess
|
|
/config.h
|
|
/config.h.in
|
|
/config.log
|
|
/config.status
|
|
/config.sub
|
|
/configure
|
|
/depcomp
|
|
/install-sh
|
|
/libdivecomputer.pc
|
|
/libtool
|
|
/ltmain.sh
|
|
/missing
|
|
/revision
|
|
/stamp-h1
|
|
/tags
|
|
|
|
/doc/doxygen
|
|
/doc/doxygen.cfg
|
|
/doc/html/
|
|
/doc/latex/
|
|
|
|
/examples/aladin
|
|
/examples/atom2
|
|
/examples/d9
|
|
/examples/darwin
|
|
/examples/edy
|
|
/examples/eon
|
|
/examples/frog
|
|
/examples/iconhd
|
|
/examples/leonardo
|
|
/examples/memomouse
|
|
/examples/n2ition3
|
|
/examples/nemo
|
|
/examples/ostc
|
|
/examples/ostc-fwupdate
|
|
/examples/predator
|
|
/examples/puck
|
|
/examples/sensus
|
|
/examples/sensuspro
|
|
/examples/sensusultra
|
|
/examples/smart
|
|
/examples/solution
|
|
/examples/universal
|
|
/examples/veo250
|
|
/examples/vtpro
|
|
/examples/vyper
|
|
/examples/vyper2
|
|
|
|
/include/libdivecomputer/version.h
|
|
|
|
/m4/libtool.m4
|
|
/m4/lt~obsolete.m4
|
|
/m4/ltoptions.m4
|
|
/m4/ltsugar.m4
|
|
/m4/ltversion.m4
|
|
|
|
/msvc/Debug/
|
|
/msvc/Release/
|
|
/msvc/*.ncb
|
|
/msvc/*.suo
|
|
/msvc/*.vcproj.*.user
|
|
|
|
/src/libdivecomputer.exp
|
|
/src/libdivecomputer.la
|
|
/src/libdivecomputer.rc
|
|
/src/revision.h
|
|
|
|
/build
|