Commit Graph

18 Commits

Author SHA1 Message Date
Fredrik Gundersen
d751b25abb update ignore file 2015-06-02 12:18:10 +02:00
Roland Kaufmann
694f98b54a Reinstate figure directory for documentation
The directory must be specified with full path to refer to the source
directory. The images will not be referred to by this path, but rather
copied to the output directory (as of Doxygen 1.7.6.1 at least), unlike
the stylesheet (consistency is so last decade).
2013-02-11 23:06:38 +01:00
Roland Kaufmann
c4da0fc42c Ignore newer build artifacts 2013-02-11 23:06:36 +01:00
Roland Kaufmann
d9f984ecc5 Ignore version output
When creating CMake files for config mode, a separate version file is
generated; this should be on the ignore list as well if we are going
to build in-tree.
2013-02-11 22:37:57 +01:00
Roland Kaufmann
1cb8f4b0e7 Generate customized Doxyfile for each build 2013-02-11 22:37:56 +01:00
Roland Kaufmann
0dcde1f92e Ignore QtCreator project settings
QtCreator stores a file containing amongst other things the path to where
your build tree is and what parameters you used for the configuration
process. These data is user-specific and should not be stored in version
control.

If you open the project in QtCreator again after having made changes
to CMakeLists.txt outside of it, it may create a new user file which
should be ignored just like the original.
2013-02-11 22:37:55 +01:00
Roland Kaufmann
9942dcc8d9 Install config mode CMake module at installation
find_package only searches for FindXxx-modules in the path specified by
CMAKE_MODULE_PATH; other paths are supposed to contain config-mode
modules (much like pkgconfig).

Generate the config-mode module in the installation directory using the
same template as is used for the one in the build directory, only
selectively swapping some directories in the relevant variables.
2013-02-11 22:37:55 +01:00
Roland Kaufmann
ec4c39c0d0 Ignore files generated by the CMake scripts 2013-02-11 22:36:47 +01:00
Roland Kaufmann
b642f3c0c8 Ignore CMake artifacts when building in-tree 2012-10-29 09:36:41 +01:00
Roland Kaufmann
14818d49b4 Add Boost unit test framework to test case linking 2012-10-23 15:36:48 +02:00
Roland Kaufmann
14b6812cb2 Provide CMake config mode files for custom builds
Client programs/libraries that uses CMake as their build system should
be able to point at the directory of a OPM-core build tree and have its
library picked up from there.
2012-10-19 14:14:15 +02:00
Roland Kaufmann
057b5071c9 Ignore binaries from new examples and tests 2012-10-11 13:25:25 +02:00
Markus Blatt
b0d2bfa560 Added missing files that should be ignored (*.mod files generated by gfortran and two test executable). 2012-10-09 09:53:03 +02:00
Roland Kaufmann
b04753fee6 Ignore wrapper for lib.exe on Windows
This file is copied into the directory by newer versions of autoconf.
2012-09-21 11:20:19 +02:00
Roland Kaufmann
fdb66b1886 Ignore executable for sim_2p_comp_reorder example
Actually, it is a libtool wrapper script, but it is automatically
generated anyway.
2012-09-21 11:20:19 +02:00
Roland Kaufmann
ac5599bf6f Ignore editor temporary files
Emacs writes temporary data to .#* files
2012-06-28 21:09:07 +02:00
Roland Kaufmann
003623202a Ignore executables and scripts generated by build 2012-06-28 21:08:33 +02:00
Roland Kaufmann
27a450405b Convert ignore file from Mercurial to Git 2012-06-25 23:22:22 +02:00