Revision 0df1cb50dc7405c915e7509b1716351048130cbd authored by neworderofjamie on 26 April 2021, 17:13:01 UTC, committed by neworderofjamie on 26 April 2021, 17:13:01 UTC
1 parent a1d85b2
Raw File
.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