forked from nest/nest-simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
55 lines (48 loc) · 745 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
__pycache__/
build/
install/
reports/
# compilation artefacts
pynest/pynestkernel.cxx
*.la
*.lo
*.log
*.o
*.pyc
*.so
/librandom/randomtest
/nest/nest
/sli/sli
# cmake artefacts
CMakeCache.txt
CMakeDoxyfile.in
CMakeFiles/
CTestTestfile.cmake
Makefile
cmake_install.cmake
CMakeDoxygenDefaults.cmake
# generated files
doc/fulldoc.conf
doc/normaldoc.conf
extras/nest-config
extras/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
examples/microcircuit.png
examples/reference_data/
# IDEs / editors / Jupyter
*.kdev4
.ipynb_checkpoints/
TAGS
tags
cscope.out