Commit Graph
11 Commits
Author SHA1 Message Date
Magne Sjaastad 6ad0498651 #1398 Removed some filters from .gitignore as these excluded some required Boost folders 2017-04-05 12:41:25 +02:00
Jacob Støren 2d9da8b45f Added special temp QtCreator files to gitignore 2017-01-12 12:07:07 +01:00
Jacob Støren 05200fe01f Added MSVC ignores to .gitignore Start point of geometry fixes 2013-12-05 11:01:52 +01:00
Magne Sjaastad 08b970d084 Normalize line endings 2013-10-07 09:07:27 +02:00
Magne Sjaastad 5e6af679ba Changed project file extension to RSP 2013-09-25 09:36:01 +02:00
Torstein Hegge 7b0b923d80 gitignore: Ignore more build system products
Ignore static libraries, cmake products, generated code and unit test
binaries.

Some extra care must be taken not to ignore more than intended when ignoring
the *_UnitTests. There is no way to directly express a path-neutral "only
ignore files with this pattern, not directories" in a single gitignore
pattern, but it can be expressed as "ignore everything containing this pattern
except directories".
2013-04-02 19:01:09 +02:00
Magne Sjaastad 8c999fc481 Update .gitignore 2013-02-12 11:48:27 +01:00
Magne Sjaastad e74be2283d Do not exclude *.cmake
The file ResInsightVersion.cmake was not commited due to this ignore
2013-01-22 11:32:54 +01:00
Magne Sjaastad 0467923143 Remove .a to include binaries from ERT 2012-09-13 12:12:14 +03:00
Roland Kaufmann 111e2860f7 Ignore files generated by CMake for Qt resources 2012-07-20 13:26:22 +02:00
Roland Kaufmann 692082df96 Ignore build artifacts
Ignore any files that stems from building in the development tree itself,
which can be useful e.g. for letting the debugger easily pick up the
source files.
2012-07-06 14:57:16 +02:00