amazon-archives / amazon-dsstne

Deep Scalable Sparse Tensor Network Engine (DSSTNE) is an Amazon developed library for building Deep Learning (DL) machine learning (ML) models
Apache License 2.0
4.41k stars 731 forks source link

adding include dir to gitignore, so checkins are easier again #193

Closed ekandrotA9 closed 6 years ago

ekandrotA9 commented 6 years ago

Description of changes: include/ is a directory that is generated on build. Which means after a build, git thinks it needs to push this directory. Adding this to the .gitignore, where the other created directories are already enumerated.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.