-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (48 loc) · 1.02 KB
/
Copy path.gitignore
File metadata and controls
59 lines (48 loc) · 1.02 KB
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
# exclude autosave files
*.asv
*.m~
*.txt~
# exclude generated files
generated_*
models/auxiliary/*
**/+CustomLayers
**/+DLT_CustomLayers
**/website_*.html
# explude files from installCORA
# (in case some installs tbxmanager into the CORA folder)
**/tbxmanager
**/startup.m
# exclude from from general cora conversions
models/CoraConverted/*
# exclude files from power systems conversion
models/powerSystemsConverted/*
# exclude files from spaceex conversion
models/SpaceExConverted/*
/.project
# exclude latex generated files
**/*.aux
**/*.auxlock
**/*.bbl
**/*.blg
**/*.dvi
**/*.log
**/*.out
manual/*.pdf
**/*.ps
**/*.toc
**/*.synctex.gz
**/*-eps-converted-to.pdf
**/*.synctex(busy)
manual/figures/externalize/**/*.dpth
manual/figures/externalize/**/*.log
manual/figures/externalize/**/*.md5
*/.idea
manual/manual.iml
# for MAC users
**/.DS_Store
# exclude folders in workspace
workspace/*
# CORA release
global/functions/release/commitHistory.txt
# claude code
.claude