mikeizbicki / HLearn

Homomorphic machine learning
Other
1.62k stars 138 forks source link

Add cabal sandbox files to .gitignore. #62

Closed cdepillabout closed 8 years ago

cdepillabout commented 8 years ago

I use cabal sandboxes to build HLearn, so it's nice to have .cabal-sandbox/ and cabal.sandbox.config added to the .gitignore file.

I also added .stack-work/ (which is similar to .cabal-sandbox/ for stack) because eventually(?) someone will probably build this package with stack.

mikeizbicki commented 8 years ago

Good idea!