-
Notifications
You must be signed in to change notification settings - Fork 20
/
.gitignore
62 lines (53 loc) · 943 Bytes
/
.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
# Generated files
lib/
libs/
CMakeFiles/
_CPack_Packages/
CMakeCache.txt
CPackConfig.cmake
CPackSourceConfig.cmake
cmake_install.cmake
install_manifest.txt
boost-numpy-eigen-*-Linux.deb
boost-numpy-eigen-*-Linux.sh
boost-numpy-eigen-*-Linux.tar.Z
boost-numpy-eigen-*-Linux.tar.gz
*.o
*.so
data/
# Common build output folders
cmake-build-debug/
cmake-build-release/
build/
.build/
cmake_build-debug/
cmake_build-release/
cmake-build-*/
# IDE project files
.idea/
.project
.cproject
.settings/
.pydevproject
*.sublime-project
*.sublime-workspace
.vscode/
.virtual_documents/
# Rever
rever/
.dat
__pycache__/*
__pycache__*
.DS_Store
# Jupyter notebook checkpoints
.ipynb_checkpoints/*
*/.ipynb_checkpoints/*
**/.ipynb_checkpoints/*
*/jupyter-lab.log
jupyter-lab.log
**/*.pkl
*.dat
# kernels and output files for GRAIL and MRO estimation examples
estimation/grail_parallel_outputs
estimation/grail_kernels
estimation/mro_parallel_outputs