Revision 6e45ef45a5088d45642ec7f8aeb583b38636aa09 authored by Michael F. Herbst on 27 February 2019, 18:01:08 UTC, committed by Michael F. Herbst on 27 February 2019, 18:01:08 UTC
1 parent 6a671d1
Raw File
.gitignore
# Backup files and system temporaries
*~
.*.swp
*.swo

# compiled files and distribution files
*.pyc
/build
*.o
/libadcc.*.so
/libadcc.*.dylib
/dist
*.egg-info
/.eggs

# Testing
.pytest_cache

# adccore
/extension/adccore/
/adccore
back to top