somaticio / tensorflow.rb

tensorflow for ruby
BSD 3-Clause "New" or "Revised" License
829 stars 63 forks source link

Add files to gitignore #20

Closed geoffreylitt closed 8 years ago

geoffreylitt commented 8 years ago

There are several files in the ext/ and pkg/ directories which are intermediate artifacts and should not be committed to the repository. Some were temporarily removed in e0759f8 but this ensures that they don't get added back.

arafatkatze commented 8 years ago

@geoffreylitt Thanks for this. Its nice to see that you are interested in Tensorflow.rb