marian/.gitignore

39 lines
342 B
Plaintext
Raw Normal View History

2016-05-07 23:56:23 +03:00
# 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*
2016-09-13 14:54:40 +03:00
*~
2016-05-07 23:56:23 +03:00
2016-09-13 14:54:40 +03:00
# CMake files
2016-05-07 23:56:23 +03:00
build