-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitignore
executable file
·84 lines (72 loc) · 970 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# regular expressions syntax. (See http://en.wikipedia.org/wiki/Regular_expression)
syntax: regexp
# Output Files
[EVL]_[123456789][0123456789]*\.txt
[ABCDFGHIJKLMOPQRSUWXYZ]_[0123456789]*\.txt
[EVL]_[123456789][0123456789]*\.bin
[ABCDFGHIJKLMNOPQRSTUWXYZ]_[0123456789]*\.bin
evl_[123456789][0123456789]*\.txt
evl_[123456789][0123456789]*\.bin
F_0.txt
F_0.bin
F_labels.txt
# mesh files
mesh.ele
mesh.face
mesh.neigh
mesh.node
# Files ending in ~
[.]*\.[.]*~
#CMake files
cmake_install.cmake
CMakeCache.txt
CMakeFiles
# Executable
#DDomp
#DDmpi
#DDviewer
#DDvtk
#microstructureGenerator
# Folders
docs/HTML/
OLD/
header_symlinks/
build/
evl/
__pycache__/
# Output Files
*.jpg
*.tga
*.mpg
*.png
*.bmp
# Valgrind files
vgcore.*
Testing
# Misc Mac/Windows stuff
._*
.DS_Store
Thumbs.db
Desktop.ini
# builds
*.cpp.o
*.exe
*.ex_
# vb6
*.SCC
*.vbw
*.pdb
*.log
*.Log
# c-sharp
#ProjectName/bin
#ProjectName/obj
*.user
*.suo
_ReSharper.*
*.sln.cache