-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
88 lines (70 loc) · 1.13 KB
/
Copy path.gitignore
File metadata and controls
88 lines (70 loc) · 1.13 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
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
85
86
87
88
# Ignore Matlab mex binaries
**/*.mex*
# Ignore .prj files
**/*.prj
# Ignore python virtual env
**/venve/**
# Ignore .mat files
**/*.mat*
# Ignore .asv files
**/*.asv*
# Ignore codegen files
**/codegen/**
# Ignore pycache
**/__pycache__/**
# Ignore images
*.png
*.jpeg
*.jpg
# Ignore videos
*.avi
*.mp4
*.wmv
.vscode/
*.gif
*.so
*.pyc
# Ignore 2p kinova dondozo
**/storage_dondozo_2p_kinova/**
# Ignore GS PS double pendulum
**/gs_v2/**
# Ignore pickles
**/*.pkl*
# Ignore csv
**/*.csv*
# Ignore .so
**/*.so*
# Compressed stuff
**/*.tar.gz*
**/*.zip*
# Txt files
*.txt
# Ignore
*.pdf
# Ignore mac stuff
**/.DS_Store
# Ignore output blender files
**.blend*
AGHF_2linkarm_example/
AGHF_example/
AGHF_pinnochio/
aghf_c/
contact_aghf/
debugging_actional_ces/
drift_belab/drift/
geo_int/
legged_summersault_cesar/
legged_summersault_cesar_singleN/
legged_summersault_cesar_singleN_NGN/
legged_summersault_challen/
legged_summersault_challen_singleN/
legged_summersault_new_G/
legged_summersault_yinai/
new_pdepe/
new_pseudo_spectral/
new_spectral/
pdepe_trivial_manifold/
phase_1_phase_2_proto/
pseudo_spectral/
spectral/
time_scaling_proto/