-
Notifications
You must be signed in to change notification settings - Fork 26
/
.gitignore
75 lines (65 loc) · 1.06 KB
/
.gitignore
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
### Files ignored by git ###
# build, install and logs folders
cmake-build-release
cmake-build-debug
logs
out
build
install/bin
install/include
install/micromamba
install/lib
install/.condarc
install/miniconda
install/miniconda.sh
# CMakeLists of files
cpp/test/CMakeLists.txt
cpp/src/CMakeLists.txt
CMakeLists.txt.user
# conda environment
!.readthedocs.yml
!doc/sphinx_env.yml
# For PuMA development with different IDEs (CLion, qtcreator)
.idea
.vs
.vscode
debug/*
release/*
.DS_Store
.creator
.creator.*
.config
.files
.includes
._*
*.swp
# python
__pycache__
dist
pumapy.egg-info
.eggs
main.py
# jupyter notebooks
.ipynb_checkpoints
# pumapy
install/TexGen/bin
python/pumapy/generation/weave_3mdcp
_trial_temp*
tutorial/out
# GUI
.qmake.stash
tmp-gui-ws.vtk
gui/build/*
!gui/build/pumaGUI.pro
# doc
doc/source/cpp_api/
doc/source/doxyoutput/
doc/source/python_api/
doc/source/python_tutorials/
doc/source/files/
# don't include .c files generated from .pyx by cython
*.so
anisotropic_conductivity_utils.c
elasticity_utils.c
isotropic_conductivity_utils.c
tpms_utils.c