Commit Graph

18 Commits

Author SHA1 Message Date
Magne Sjaastad
054528eb25 Ignore temporary folder generated by Visual Studio 2020-06-22 14:31:58 +02:00
Magne Sjaastad
976d343f3b Add Ninja-related files to gitignore 2020-05-08 11:28:55 +02:00
Kristian Bendiksen
ac5d17430e Ignore python byte code. 2019-10-22 08:43:07 +02:00
Magne Sjaastad
df5179207f Revert unintended entries 2018-12-03 13:53:16 +01:00
Gaute Lindkvist
6cee9eb9e6 #3752 Upgrade ResInsight CMake-system to support both Qt5 and Qt5 2018-11-30 09:47:53 +01:00
Jacob Støren
b1bbbc2aeb Ignore the Resinsight generated index files 2018-01-26 14:31:05 +01:00
sigurdp
8d96e9e35a Renamed RiuEclipseSelectionItem::m_cellIndex to RiuEclipseSelectionItem::m_gridLocalCellIndex 2017-10-16 14:35:43 +02:00
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