Skip to content

Commit

Permalink
Add test logs to .gitignore (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
uekerman authored Sep 22, 2022
1 parent db2264c commit d5df899
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
*.o
a.out
rank_*
iterations-*
convergence-*
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Expand All @@ -28,3 +26,8 @@ testMesh.txt
compile_commands.json
build/
.vscode/*
examples/replay_mode/precice-Fluid-events-summary.log
examples/replay_mode/precice-Fluid-events.json
examples/replay_mode/precice-Solid-events-summary.log
examples/replay_mode/precice-Solid-events.json
examples/replay_mode/precice-Solid-watchpoint-Flap-Tip.log

0 comments on commit d5df899

Please sign in to comment.