Skip to content

Commit 967fcc5

Browse files
committed
Add .gitignore file hide all those downloaded or generated files
This makes git status much more readable by hiding those files, which were downloadeded or otherwise 'generated'.
1 parent 5f4d88f commit 967fcc5

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1-
.dub
1+
.dub/
2+
*~
3+
docs/
4+
docs.json
5+
examples/.dub/
6+
examples/mnist
7+
examples/mnist_data/
8+
examples/rcv1
9+
examples/rcv1_data/
10+
libvectorflow.a
211
vectorflow-test-unittest

0 commit comments

Comments
 (0)