marian/.gitignore
2018-06-08 13:39:57 -07:00

55 lines
576 B
Plaintext
Executable File

# Config files from CMake
src/common/version.h
*.vcxproj.user
/vs/x64
pingme.txt
# 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