https://github.com/genn-team/genn
Raw File
Tip revision: 5aa20a0f9cdba07cd899f6ff38fcdb9d2d61957e authored by neworderofjamie on 31 October 2022, 12:07:05 UTC
Merge pull request #552 from genn-team/4_8_0_release
Tip revision: 5aa20a0
.gitignore
# Ignore compiled Python
/**/*.pyc

# Ignore GNU Make files
**/*.o
**/*.d
**/*.gcda
**/*.gcno

# Ignore MSBuild/Visual Studio files
**/*.exe
**/*.pdb
**/*.ilk
**/*.suo
**/*.sdf
**/*.vcxproj.user
**/*.opensdf
**/x64
**/.vs
**/*.ipdb
**/*.iobj
**/*.testdurations

/lib
/documentation/
/build/
/pygenn.egg-info/
.vscode/
/pygenn/share/
back to top