Skip to content

Commit 651d908

Browse files
author
Alf Birger Rustad
committed
Merge pull request OPM#4 from rolk/clean-status
Enable builds in the development tree without cluttering Git's status
2 parents 5cd71c3 + 127abb9 commit 651d908

5 files changed

+30
-0
lines changed

.gitignore

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# editor backup files
2+
*~
3+
.\#*
4+
5+
# compiler output
6+
*.o
7+
*.a
8+
9+
# Octave plugins (compiled)
10+
*.oct
11+
12+
# precompiled headers
13+
*.gch
14+
15+
# Qt preprocessor
16+
moc_*.cxx
17+
qrc_*.cxx
18+
19+
# CMake
20+
*.cmake
21+
Makefile
22+
CMakeFiles/
23+
CMakeCache.txt
24+
/Generated/
25+
26+
# Unit testing
27+
*_UnitTests
28+
29+
# Target program
30+
/ApplicationCode/ResInsight

OctavePlugin/riGetActiveCellInfo.o

-1.21 MB
Binary file not shown.
-1.21 MB
Binary file not shown.
-1.21 MB
Binary file not shown.
-1.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)