-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitignore
41 lines (41 loc) · 915 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/.metadata/
/RemoteSystemsTempFiles/
/BlackCat_Tensors/.cproject
/BlackCat_Tensors/.cproject
/BlackCat_Tensors/Release/
/BlackCat_Tensors/Release_/
/BlackCat_Tensors/Debug/
/BlackCat_Library_deprecated/*
/BlackCat_Tensors/.*
/BlackCat_NeuralNetworks/.*
/BlackCat_Tests/.*
/BlackCat_Tests/
/_config.yml
/.cproject
/.project
/.settings/
/.settings/.*
/Debug/
/Debug/.*
/Release/
/include/autograd/
BlackCat_Tensors.sln
*.vcxproj*
/x64/*
/.vs/*
/include/autograd/*
/include/neural_networks/Layers/RecurrentFeedForward.h
/include/BlackCat_Autograd.h/
/autodocs/
/include/bc_py.py
/examples/mnist_test/mnist_test_exec_cu
/examples/mnist_test/mnist_test_exec
/examples/cifar10/cifar_test
/examples/cifar10/cifar_test_cu
/examples/mnist_test_recurrent/mnist_test_exec_cu
/examples/mnist_test_recurrent/mnist_test_exec
/examples/mnist_test*/mnist_test_exec*
/tests/blackcat_tests
/tests/blackcat_tests_cu
/__pycache__/
.*/