pgleeson commited on
Commit
7b833f2
·
1 Parent(s): a53aea3
Files changed (1) hide show
  1. .gitignore +42 -0
.gitignore ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /Tutorial/Source/*.hoc
2
+ /Tutorial/Source/*.mod
3
+ /Tutorial/Source/*.dat
4
+ /Tutorial/Source/*nrn.py
5
+ x86_64
6
+ umac
7
+ i386
8
+ *.dll
9
+ .idea
10
+ .idea/*
11
+ Ideas
12
+ Ideas/*
13
+ _build
14
+ _build/*
15
+ .DS_Store
16
+ _static/.DS_Store
17
+ *.pyc
18
+
19
+ Tutorial/Source/*_pynn.py
20
+ Tutorial/Source/*definition.py
21
+ Tutorial/Source/*json
22
+ *~
23
+ /Tutorial2/NeuroML2/*mod
24
+ /Tutorial2/NeuroML2/*.dat
25
+ /Tutorial2/NeuroML2/*nrn.py
26
+ /Tutorial2/NeuroML2/*.hoc
27
+ /Tutorial/Source/LEMS_HH_Simulation_netpyne.py
28
+ /Tutorial/Source/LEMS_HH_SingleAP_brian2.py
29
+ /Tutorial/Source/LEMS*_moose.py
30
+ /Tutorial/Source/*.gv
31
+ /Tutorial/Source/*.gv.pdf
32
+ /Tutorial/Source/*_netpyne.py
33
+ /Tutorial/Source/tests.log
34
+ /tests.log
35
+ /Tutorial/Source/*_brian.py
36
+ *code.gen.*
37
+ *_eden.py
38
+ **/.ipynb_checkpoints/
39
+ /Tutorial/Source/HHCellNetwork.net.nml__flattened.xml
40
+ /notebooks/Python_HH_version/hh_py_v.dat
41
+ /Tutorial/Source/HHCellSingleAP.net.nml__flattened.xml
42
+ arm64