https://github.com/genn-team/genn
Raw File
Tip revision: 0006a5ff64150c47a5f3152eb175f9d28ecc9a18 authored by neworderofjamie on 27 April 2020, 16:03:55 UTC
Merge pull request #320 from genn-team/4_2_1_release_final
Tip revision: 0006a5f
.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

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