-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8e91ea
commit 773222e
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |