forked from nest/nest-simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
76 lines (64 loc) · 1 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
76
__pycache__/
build/
conda/
_build/
install/
reports/
# compilation artefacts
pynest/pynestkernel.cxx
*.la
*.lo
*.so
*.log
*.o
*.pyc
examples/example_logs/
/libnestutil/config.h
/librandom/randomtest
/nest/nest
/sli/sli
# cmake artefacts
CMakeCache.txt
CMakeDoxyfile.in
CMakeFiles/
CTestTestfile.cmake
Makefile
cmake_install.cmake
CMakeDoxygenDefaults.cmake
# generated files
bin/nest-config
bin/nest_vars.sh
libnestutil/config.h
nest/static_modules.h
pynest/setup.py
# installation artefacts
install_manifest.txt
# documentation artefacts
doc/help/
doc/auto_examples/
doc/doctrees/
doc/html/
doc/models/
doc/pynestkernel_mock.py
# created when running examples, e.g. by examples/run_examples.py
examples/microcircuit.png
examples/reference_data/
/examples/matplotlib/fontList.json
/examples/matplotlib/tex.cache/
# macOS
.DS_Store
# IDEs / editors / Jupyter
*.kdev4
.ipynb_checkpoints/
TAGS
tags
cscope.out
.vscode/
.idea/
.settings/
.project
.cproject
.pydevproject
.python-version
# Merge conflict artifacts
*.orig