Skip to content

Commit

Permalink
Gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
loumalouomega committed Dec 6, 2021
1 parent d8e91ea commit 773222e
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
### ATTENTION ###
# This is the GLOBAL gitignore, please do NOT change this file,
# unless it should be available for everyone
# Please change the LOCAL gitignore (.git/info/exclude) to customize
# exluding files/folders from being recognized by git

# Recovery files
*~

# Compiled python
*.pyc

# Times files
*.time

# GiD post files
*.post.res
*.post.msh
*.post.bin
*.post.lst

# VTK post files
*.vtk
*.vtu

# HDF5 files
*.h5
*.hdf5

# Output of tests of meshing application (MMG)
*.sol
*.mesh
*.o.sol
*.o.mesh

# Backup files
*.bak

0 comments on commit 773222e

Please sign in to comment.