Skip to content

Commit

Permalink
add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers committed Mar 2, 2021
0 parents commit 2c7be14
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
nohup.out
*.[oa]
*.ex
*.ex.dSYM
*.exe
*.exe.dSYM
*~
build/
tmp_build_dir/
d/
f/
o/
t/
TAGS

# latex
*.aux
*.log
*.bbl
*.toc
*.dvi
*-eps-converted-to.pdf

# python
*.pyc

.nfs*

# vi
*.sw[a-z]

# files generated by tutorials
Amr/Advection_AmrLevel/Exec/SingleVortex/*.png
Amr/Advection_AmrCore/Exec/SingleVortex/*.png
EB/LevelSet/Exec/ImpFunc*
EB/LevelSet/Exec/LevelSet*
EB/Donut/Exec/ls_plt*
*.vth
*.vti
*.vtr
*.vtp
*.pvtp
*.pvd
*.visit
*.pvsm

0 comments on commit 2c7be14

Please sign in to comment.