mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Merge pull request #4 from rolk/clean-status
Enable builds in the development tree without cluttering Git's status
This commit is contained in:
commit
651d908709
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
# editor backup files
|
||||||
|
*~
|
||||||
|
.\#*
|
||||||
|
|
||||||
|
# compiler output
|
||||||
|
*.o
|
||||||
|
*.a
|
||||||
|
|
||||||
|
# Octave plugins (compiled)
|
||||||
|
*.oct
|
||||||
|
|
||||||
|
# precompiled headers
|
||||||
|
*.gch
|
||||||
|
|
||||||
|
# Qt preprocessor
|
||||||
|
moc_*.cxx
|
||||||
|
qrc_*.cxx
|
||||||
|
|
||||||
|
# CMake
|
||||||
|
*.cmake
|
||||||
|
Makefile
|
||||||
|
CMakeFiles/
|
||||||
|
CMakeCache.txt
|
||||||
|
/Generated/
|
||||||
|
|
||||||
|
# Unit testing
|
||||||
|
*_UnitTests
|
||||||
|
|
||||||
|
# Target program
|
||||||
|
/ApplicationCode/ResInsight
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user