forked from felixmatt/shyft
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (57 loc) · 700 Bytes
/
.gitignore
File metadata and controls
61 lines (57 loc) · 700 Bytes
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
bin/
core/obj/
api/obj/
api/python/obj
test/obj/
test/main.cpp
api/python/obj
shyft/tests/api/state_test.yaml
build/
dist/
shyft.egg-info/
shyft/lib/
Debug/
x64/
Release/
coverage.xml
*.coverage
*.idea
*.vs
*.layout
*.depend
*.gch
*.pyc
*.swp
*.obj
*.exe
*.lib
*.a
*.so
*.bmarks
api_wrap.cpp
*.suo
*.sdf
ipch
*.opensdf
*.exp
*.pdb
*.pyd
*.intermediate.manifest
*.ilk
shyft/tests/netcdf/state.yaml
shyft/api/pt_gs_k.py
shyft/api/pt_ss_k.py
shyft/api/pt_hs_k.py
api/python/*_wrap.cxx
api/python/*_wrap.cpp
shyft/tests/state_tmp
ValgrindOut.xml
cachegrind.out.*
/SHyFT.VC.db
*.opendb
*.user
.conda_lock
shyft/version.py
# PyCharm files for user specific settings
.idea/workspace.xml
.idea/tasks.xml