forked from ofloveandhate/bertini_real
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbertini_real.sublime-project
56 lines (55 loc) · 1.08 KB
/
bertini_real.sublime-project
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
{
"folders":
[
{
"path": ".",
"file_exclude_patterns": ["Makefile",
"Makefile.in",
"*.la",
"libtool",
"stamp-h1",
".dirstamp",
"*.lo",
"*~",
"config.h.in*",
"config.status",
"configure",
"aclocal.m4",
"ltoptions.m4",
"ltsugar.m4",
"ltversion.m4",
"lt~obsolete.m4",
"libtool.m4",
"bertini_real",
"sampler",
"bertini_*.log",
"config.log",
"config.status",
"configure",
"*.trs",
"*.log",
"*.acn",
"*.aux",
"*.bbl",
"*.blg",
"*.fls",
"*.fdb*",
"*.glo",
"*.idx",
"*.ind",
"*.out",
"*.toc",
"*.ilg",
"*.synctex.gz",
"*.xdy",
"*eps-converted-to*",
"ltmain.sh"],
"folder_exclude_patterns": [
".deps",
".libs",
"autom4te.cache",
"generated_documentation",
"config"]
}
],
}