added rotating drum image
This commit is contained in:
parent
3ede97a853
commit
8cfa20046c
|
@ -0,0 +1,54 @@
|
||||||
|
# Prerequisites
|
||||||
|
*.d
|
||||||
|
|
||||||
|
# Compiled Object files
|
||||||
|
*.slo
|
||||||
|
*.lo
|
||||||
|
*.o
|
||||||
|
*.obj
|
||||||
|
|
||||||
|
# Precompiled Headers
|
||||||
|
*.gch
|
||||||
|
*.pch
|
||||||
|
|
||||||
|
# Compiled Dynamic libraries
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
*.dll
|
||||||
|
|
||||||
|
# Fortran module files
|
||||||
|
*.mod
|
||||||
|
*.smod
|
||||||
|
|
||||||
|
# Compiled Static libraries
|
||||||
|
*.lai
|
||||||
|
*.la
|
||||||
|
*.a
|
||||||
|
*.lib
|
||||||
|
|
||||||
|
# Executables
|
||||||
|
*.exe
|
||||||
|
*.out
|
||||||
|
*.app
|
||||||
|
|
||||||
|
# directories
|
||||||
|
build/**
|
||||||
|
include/**
|
||||||
|
bin/**
|
||||||
|
lib/**
|
||||||
|
**/**notnow
|
||||||
|
# all possible time folders
|
||||||
|
**/[0-9]
|
||||||
|
**/[0-9][0-9]
|
||||||
|
**/[0-9][0-9][0-9]
|
||||||
|
**/[0-9][0-9][0-9][0-9]
|
||||||
|
**/[0-9][0-9][0-9][0-9][0-9]
|
||||||
|
**/[0-9]*.[0-9]
|
||||||
|
**/[0-9]*.[0-9][0-9]
|
||||||
|
**/[0-9]*.[0-9][0-9][0-9]
|
||||||
|
**/[0-9]*.[0-9][0-9][0-9][0-9]
|
||||||
|
**/[0-9]*.[0-9][0-9][0-9][0-9][0-9]
|
||||||
|
**/[0-9]*.[0-9][0-9][0-9][0-9][0-9][0-9]
|
||||||
|
**/[0-9]*.[0-9][0-9][0-9][0-9][0-9][0-9][0-9]
|
||||||
|
**/[0-9]*.[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]
|
||||||
|
**/VTK
|
Binary file not shown.
After Width: | Height: | Size: 90 KiB |
Loading…
Reference in New Issue