2016-01-18 11:35:54 +03:00
|
|
|
## Ignore Visual Studio temporary files, build results, and
|
|
|
|
## files generated by popular Visual Studio add-ons.
|
|
|
|
|
|
|
|
# User-specific files
|
|
|
|
*.suo
|
|
|
|
*.user
|
|
|
|
*.sln.docstates
|
|
|
|
*.orig
|
|
|
|
\#*
|
|
|
|
.\#*
|
|
|
|
|
|
|
|
# Local build configuration
|
|
|
|
Config.make
|
|
|
|
|
|
|
|
# Build results
|
|
|
|
|
|
|
|
[Dd]ebug/
|
|
|
|
[Rr]elease/
|
|
|
|
x64/
|
|
|
|
build/
|
|
|
|
[Bb]in/
|
|
|
|
[Oo]bj/
|
|
|
|
.run-*
|
|
|
|
lib/
|
|
|
|
bin/
|
2016-10-27 16:20:03 +03:00
|
|
|
|
2016-01-18 11:35:54 +03:00
|
|
|
|
|
|
|
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
|
|
|
|
!packages/*/build/
|
|
|
|
|
|
|
|
# MSTest test Results
|
|
|
|
[Tt]est[Rr]esult*/
|
|
|
|
[Bb]uild[Ll]og.*
|
|
|
|
|
|
|
|
*_i.c
|
|
|
|
*_p.c
|
|
|
|
*.ilk
|
|
|
|
*.meta
|
|
|
|
*.obj
|
|
|
|
*.pch
|
|
|
|
*.pdb
|
|
|
|
*.pgc
|
|
|
|
*.pgd
|
|
|
|
*.rsp
|
|
|
|
*.sbr
|
|
|
|
*.tlb
|
|
|
|
*.tli
|
|
|
|
*.tlh
|
|
|
|
*.tmp
|
|
|
|
*.tmp_proj
|
|
|
|
*.log
|
|
|
|
*.vspscc
|
|
|
|
*.vssscc
|
|
|
|
.builds
|
|
|
|
*.pidb
|
|
|
|
*.log
|
|
|
|
*.scc
|
|
|
|
*.dep
|
|
|
|
*.o
|
|
|
|
*.d
|
|
|
|
|
|
|
|
# Visual C++ cache files
|
|
|
|
ipch/
|
|
|
|
*.aps
|
|
|
|
*.ncb
|
|
|
|
*.opensdf
|
|
|
|
*.sdf
|
|
|
|
*.cachefile
|
2016-06-10 07:54:26 +03:00
|
|
|
*.userosscache
|
2016-01-18 11:35:54 +03:00
|
|
|
|
|
|
|
# Visual Studio profiler
|
|
|
|
*.psess
|
|
|
|
*.vsp
|
|
|
|
*.vspx
|
|
|
|
|
|
|
|
# Guidance Automation Toolkit
|
|
|
|
*.gpState
|
|
|
|
|
|
|
|
# ReSharper is a .NET coding add-in
|
|
|
|
_ReSharper*/
|
|
|
|
*.[Rr]e[Ss]harper
|
|
|
|
|
|
|
|
# TeamCity is a build add-in
|
|
|
|
_TeamCity*
|
|
|
|
|
|
|
|
# DotCover is a Code Coverage Tool
|
|
|
|
*.dotCover
|
|
|
|
|
|
|
|
# NCrunch
|
|
|
|
*.ncrunch*
|
|
|
|
.*crunch*.local.xml
|
|
|
|
|
|
|
|
# Installshield output folder
|
|
|
|
[Ee]xpress/
|
|
|
|
|
|
|
|
# DocProject is a documentation generator add-in
|
|
|
|
DocProject/buildhelp/
|
|
|
|
DocProject/Help/*.HxT
|
|
|
|
DocProject/Help/*.HxC
|
|
|
|
DocProject/Help/*.hhc
|
|
|
|
DocProject/Help/*.hhk
|
|
|
|
DocProject/Help/*.hhp
|
|
|
|
DocProject/Help/Html2
|
|
|
|
DocProject/Help/html
|
|
|
|
|
|
|
|
# Click-Once directory
|
|
|
|
publish/
|
|
|
|
|
|
|
|
# Publish Web Output
|
|
|
|
*.Publish.xml
|
|
|
|
|
|
|
|
# NuGet Packages Directory
|
|
|
|
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
|
|
|
|
#packages/
|
|
|
|
|
|
|
|
# Windows Azure Build Output
|
|
|
|
csx
|
|
|
|
*.build.csdef
|
|
|
|
|
|
|
|
# Windows Store app package directory
|
|
|
|
AppPackages/
|
|
|
|
|
|
|
|
# Others
|
|
|
|
sql/
|
|
|
|
*.Cache
|
|
|
|
ClientBin/
|
|
|
|
[Ss]tyle[Cc]op.*
|
|
|
|
~$*
|
|
|
|
*~
|
|
|
|
*.dbmdl
|
|
|
|
*.[Pp]ublish.xml
|
|
|
|
*.pfx
|
|
|
|
*.publishsettings
|
|
|
|
|
|
|
|
# RIA/Silverlight projects
|
|
|
|
Generated_Code/
|
|
|
|
|
|
|
|
# Backup & report files from converting an old project file to a newer
|
|
|
|
# Visual Studio version. Backup files are not needed, because we have git ;-)
|
|
|
|
_UpgradeReport_Files/
|
|
|
|
Backup*/
|
|
|
|
UpgradeLog*.XML
|
|
|
|
UpgradeLog*.htm
|
|
|
|
|
|
|
|
# SQL Server files
|
|
|
|
App_Data/*.mdf
|
|
|
|
App_Data/*.ldf
|
|
|
|
|
|
|
|
|
|
|
|
#LightSwitch generated files
|
|
|
|
GeneratedArtifacts/
|
|
|
|
_Pvt_Extensions/
|
|
|
|
ModelManifest.xml
|
|
|
|
|
2016-04-10 09:28:51 +03:00
|
|
|
# Python
|
|
|
|
*.pyc
|
2016-05-18 18:22:11 +03:00
|
|
|
__pycache__/
|
2016-04-10 09:28:51 +03:00
|
|
|
|
2016-01-18 11:35:54 +03:00
|
|
|
# =========================
|
|
|
|
# Windows detritus
|
|
|
|
# =========================
|
|
|
|
|
|
|
|
# Windows image file caches
|
|
|
|
Thumbs.db
|
|
|
|
ehthumbs.db
|
|
|
|
|
|
|
|
# Folder config file
|
|
|
|
Desktop.ini
|
|
|
|
|
|
|
|
# Recycle Bin used on file shares
|
|
|
|
$RECYCLE.BIN/
|
|
|
|
|
|
|
|
# Mac desktop service store files
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
*.bak
|
|
|
|
|
|
|
|
bin/
|
|
|
|
LOG
|
|
|
|
*.log
|
|
|
|
core
|
|
|
|
*.lyx#
|
2016-01-18 13:23:34 +03:00
|
|
|
*.lyx#
|
|
|
|
*.lyx~
|
2016-01-18 11:35:54 +03:00
|
|
|
|
|
|
|
# prebuild file
|
|
|
|
Source/CNTK/buildinfo.h
|
|
|
|
Source/CNTK/buildinfo.h$$
|
2017-03-01 13:01:45 +03:00
|
|
|
Source/CNTKv2LibraryDll/buildinfo.h
|
2017-03-03 22:49:55 +03:00
|
|
|
Source/CNTKv2LibraryDll/tensorboard/tensorboard.pb.h
|
|
|
|
Source/CNTKv2LibraryDll/tensorboard/tensorboard.pb.cc
|
2016-01-18 11:35:54 +03:00
|
|
|
|
2017-03-03 22:49:55 +03:00
|
|
|
# test output
|
2016-03-30 18:56:12 +03:00
|
|
|
Tests/UnitTests/ReaderTests/Control/**/*_Output.txt
|
2016-04-06 16:04:25 +03:00
|
|
|
Tests/UnitTests/NetworkTests/Output/
|
2016-09-01 15:02:45 +03:00
|
|
|
Tests/EndToEndTests/UnitTests/MathTests/M.txt
|
|
|
|
Tests/EndToEndTests/UnitTests/MathTests/MCPU.txt
|
|
|
|
Tests/EndToEndTests/UnitTests/MathTests/MGPU.txt
|
|
|
|
Tests/EndToEndTests/UnitTests/MathTests/MS.txt
|
2017-01-02 14:52:20 +03:00
|
|
|
Tests/UnitTests/MathTests/M.txt
|
|
|
|
Tests/UnitTests/MathTests/MCPU.txt
|
|
|
|
Tests/UnitTests/MathTests/MGPU.txt
|
|
|
|
Tests/UnitTests/MathTests/MS.txt
|
2016-06-14 18:39:24 +03:00
|
|
|
|
2016-10-26 15:21:06 +03:00
|
|
|
Tests/Install/linux/BinaryDrops.tar.gz
|
|
|
|
|
2016-06-14 18:39:24 +03:00
|
|
|
Dependencies/CNTKCustomMKL/Publish
|
|
|
|
Dependencies/CNTKCustomMKL/CNTKCustomMKL-Linux-*.tgz
|
|
|
|
Dependencies/CNTKCustomMKL/CNTKCustomMKL-Windows-*.zip
|
2016-09-29 19:32:52 +03:00
|
|
|
|
2017-03-03 22:49:55 +03:00
|
|
|
Tests/EndToEndTests/CNTKv2Python/Examples/models
|
|
|
|
|
2016-09-29 19:32:52 +03:00
|
|
|
# Python bindings
|
2017-03-03 22:49:55 +03:00
|
|
|
bindings/python/_cntk_py*.pyd
|
2016-09-29 19:32:52 +03:00
|
|
|
bindings/python/cntk.egg-info/
|
|
|
|
bindings/python/cntk/cntk_py.py
|
|
|
|
bindings/python/cntk/libs/
|
2016-10-04 13:27:52 +03:00
|
|
|
bindings/python/cntk/cntk_py_wrap.cpp
|
|
|
|
bindings/python/cntk/cntk_py_wrap.h
|
2016-09-29 19:32:52 +03:00
|
|
|
bindings/python/dist/
|
2017-03-14 23:59:39 +03:00
|
|
|
bindings/python/doc/cntk.*.rst
|
|
|
|
bindings/python/doc/cntk.rst
|
|
|
|
bindings/python/doc/modules.rst
|
|
|
|
bindings/python/doc/_build
|
2016-10-25 01:33:31 +03:00
|
|
|
|
|
|
|
# Auto-generated sources from CNTK.proto
|
|
|
|
Source/CNTKv2LibraryDll/proto/CNTK.pb.cc
|
|
|
|
Source/CNTKv2LibraryDll/proto/CNTK.pb.h
|
|
|
|
|
2016-10-23 15:21:43 +03:00
|
|
|
bindings/python/cntk/c_plus_c.mod
|
|
|
|
bindings/python/cntk/i_plus_c_0.mod
|
|
|
|
bindings/python/cntk/i_plus_i_0.mod
|
2016-11-14 10:20:21 +03:00
|
|
|
|
2016-12-09 00:41:32 +03:00
|
|
|
# CSharp bindings
|
|
|
|
bindings/csharp/Swig/cntk_cs_wrap.h
|
|
|
|
bindings/csharp/Swig/cntk_cs_wrap.cxx
|
2016-12-20 16:36:13 +03:00
|
|
|
bindings/csharp/CNTKLibraryManagedDll/SwigProxyClasses/*.cs
|
2016-12-09 00:41:32 +03:00
|
|
|
|
2016-11-15 16:45:00 +03:00
|
|
|
# Examples and Tutorials
|
|
|
|
Examples/Image/DataSets/Pascal/VOC*
|
|
|
|
Examples/Image/DataSets/Pascal/selective_search_data*
|
|
|
|
Examples/Image/Detection/FastRCNN/proc/
|
|
|
|
Examples/Image/DataSets/CIFAR-10/CIFAR-10_mean.xml
|
|
|
|
Examples/Image/DataSets/CIFAR-10/Test_cntk_text.txt
|
|
|
|
Examples/Image/DataSets/CIFAR-10/Train_cntk_text.txt
|
|
|
|
Examples/Image/DataSets/CIFAR-10/cifar-10-batches-py/
|
|
|
|
Examples/Image/DataSets/CIFAR-10/test/
|
|
|
|
Examples/Image/DataSets/CIFAR-10/test_map.txt
|
|
|
|
Examples/Image/DataSets/CIFAR-10/test_regrLabels.txt
|
|
|
|
Examples/Image/DataSets/CIFAR-10/train/
|
|
|
|
Examples/Image/DataSets/CIFAR-10/train_map.txt
|
|
|
|
Examples/Image/DataSets/CIFAR-10/train_regrLabels.txt
|
|
|
|
Examples/Image/DataSets/MNIST/Test-28x28_cntk_text.txt
|
|
|
|
Examples/Image/DataSets/MNIST/Train-28x28_cntk_text.txt
|
2017-01-04 16:39:42 +03:00
|
|
|
Examples/Image/DataSets/grocery/negative/
|
|
|
|
Examples/Image/DataSets/grocery/positive/
|
|
|
|
Examples/Image/DataSets/grocery/testImages/
|
|
|
|
Examples/Image/DataSets/grocery/*.txt
|
|
|
|
Examples/Image/PretrainedModels/*.model
|
2017-01-05 12:34:06 +03:00
|
|
|
Examples/Image/FeatureExtraction/*.txt
|
2017-01-04 15:59:32 +03:00
|
|
|
Examples/Image/GettingStarted/Output/
|
2017-01-10 20:13:38 +03:00
|
|
|
Tests/EndToEndTests/CNTKv2Python/Examples/layerOutput.txt
|
2016-11-14 10:20:21 +03:00
|
|
|
Tutorials/HelloWorld-LogisticRegression/LR.txt.p
|
|
|
|
Tutorials/HelloWorld-LogisticRegression/Models/
|
2016-11-15 16:45:00 +03:00
|
|
|
Tutorials/.ipynb_checkpoints/
|
2017-03-03 22:49:55 +03:00
|
|
|
tutorials/.ipynb_checkpoints/
|
2016-11-15 16:45:00 +03:00
|
|
|
Tutorials/atis.test.ctf
|
|
|
|
Tutorials/atis.train.ctf
|
|
|
|
Tutorials/data/
|
|
|
|
Tutorials/dqn.mod
|
|
|
|
Tutorials/pg.mod
|
|
|
|
Tutorials/query.wl
|
|
|
|
Tutorials/slots.wl
|
2017-03-03 22:49:55 +03:00
|
|
|
bindings/python/tutorials/.ipynb_checkpoints
|
|
|
|
Examples/Text/ATIS/Data
|
|
|
|
Examples/Tutorials/ImageHandsOn/cifar-10-batches-py
|
|
|
|
Tutorials/zip
|
|
|
|
|
|
|
|
# other
|
2016-11-25 12:47:04 +03:00
|
|
|
/packages
|
|
|
|
/CNTK.VC.db
|
|
|
|
/CNTK.VC.VC.opendb
|
2017-03-03 22:49:55 +03:00
|
|
|
/Local
|