libdc/.gitignore
Jef Driesen 9307acbe4a Migrate to Visual Studio 2013 (or newer)
Starting with msvc 2013, the C compiler has much better C99 support. The
previous workaround to compile everything as C++ code is no longer
needed.

Some additional changes:

 - Add a 64bit build
 - Enable _CRT_SECURE_NO_WARNINGS to silence warnings
2021-07-02 17:29:27 +02:00

59 lines
639 B
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/dctool
/include/libdivecomputer/version.h
/m4/libtool.m4
/m4/lt~obsolete.m4
/m4/ltoptions.m4
/m4/ltsugar.m4
/m4/ltversion.m4
/msvc/x64/
/msvc/x86/
/msvc/*.ncb
/msvc/*.suo
/src/libdivecomputer.exp
/src/libdivecomputer.la
/src/libdivecomputer.rc
/src/revision.h