marian/.gitignore
Frank Seide e87564c664 bug fix: History::Add() should obey the actual EOS symbol from the given vocabulary;
SubBatch now holds the vocabulary, allowing to debug-print the sequences with word ids;
new operators: logsum, max, min;
new overload operator/(float,Expr);
shift() now takes a padding value;
transformer.h is now a compiled .cpp file on Windows (in prep for renaming to transformer.cpp);
fixed two MSVC warnings;
bug fix: logger should not output two \r characters at the end of the line;
minor changes (const correctness, accessors)
2018-06-21 13:34:19 -07:00

60 lines
775 B
Plaintext
Executable File

# Config files from CMake
src/common/version.h
*.vcxproj.user
/vs/x64
pingme.txt
/local
# TODO: ^^ the correct solution for /local is to add that to some local git config, don't remember which one. Cf. mtmain.
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# python compiled files
*.pyc
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Temporaty files created by editors
.*.sw*
*~
# CMake files
build
build-*
# Examples
examples/*/*.gz
examples/mnist/*ubyte
# Contrib
/.ycm_extra_conf.py
/.vimrc
/vs/MarianDll.sln
/vs/MarianDll.VC.db
/vs/MarianDll.VC.VC.opendb