Closed tomalrussell closed 4 years ago
Taking .gitignore rules from GItHub's recommendations for Visual Studio projects: https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
.gitignore
This pull request ignores and drops user-specific preferences and built files (objs, DLLs, pyd and so on).
This is a step towards a reproducible build process - next step is to combine the four SWIG projects and have a single copy of each source file.
Closing in favour of #5
Taking
.gitignore
rules from GItHub's recommendations for Visual Studio projects: https://github.com/github/gitignore/blob/master/VisualStudio.gitignoreThis pull request ignores and drops user-specific preferences and built files (objs, DLLs, pyd and so on).
This is a step towards a reproducible build process - next step is to combine the four SWIG projects and have a single copy of each source file.