Skip to content

Commit

Permalink
Added MSVC ignores to .gitignore Start point of geometry fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobStoren committed Dec 5, 2013
1 parent 741debe commit 05200fe
Show file tree
Hide file tree
Showing 5 changed files with 2,507 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,35 @@ CTest*.cmake
# Target program
/ApplicationCode/ResInsight
/.project

#Visual Studio files
*.[Oo]bj
*.user
*.aps
*.pch
*.vspscc
*.vssscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.[Cc]ache
*.ilk
*.log
*.lib
*.sbr
*.sdf
*.opensdf
*.unsuccessfulbuild
ipch/
[Oo]bj/
[Bb]in
[Dd]ebug*/
[Rr]elease*/
Ankh.NoLoad

#Temp files
*.temp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ include_directories(

set( MODEL_VISUALIZATION_CPP_SOURCES
../RivPipeGeometryGenerator.cpp
../cvfGeometryTools.cpp
../cvfBoundingBoxTree.cpp
)


Expand All @@ -29,6 +31,8 @@ set( CPP_SOURCES
set( UNIT_TEST_CPP_SOURCES
main.cpp
RivPipeGeometryGenerator-Test.cpp
RivCellFaceIntersection-Test.cpp

)


Expand Down
Loading

0 comments on commit 05200fe

Please sign in to comment.