forked from giacomo-po/MoDELib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.hgignore
executable file
·83 lines (72 loc) · 967 Bytes
/
.hgignore
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
# 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
# mesh files
mesh.ele
mesh.face
mesh.neigh
mesh.node
# Files ending in ~
[.]*\.[.]*~
# use glob syntax.
syntax: glob
#CMake files
cmake_install.cmake
CMakeCache.txt
CMakeFiles
# Executable
DDcode
DDserial
DDparallel
DDomp
DDmpi
#DDviewer
tetgen
DDvtk
microstructureGenerator
# Folders
docs/HTML
OLD
header_symlinks
# Output Files
*.jpg
*.tga
*.mpg
*.png
*.bmp
# Valgrind files
vgcore.*
Testing
# Misc Mac/Windows stuff
._*
.DS_Store
Thumbs.db
Desktop.ini
# builds
*.exe
*.ex_
# vb6
*.SCC
*.vbw
*.pdb
*.log
*.Log
# c-sharp
#ProjectName/bin
#ProjectName/obj
*.user
*.suo
_ReSharper.*
*.sln.cache