marian/.gitignore

39 lines
345 B
Plaintext
Raw Normal View History

2016-04-14 13:27:41 +03:00
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
2016-04-15 17:27:39 +03:00
# python compiled files
*.pyc
2016-04-14 13:27:41 +03:00
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
2016-04-14 14:44:55 +03:00
2016-04-15 17:27:39 +03:00
# Temporaty files created by editors
.*.sw*
2016-09-29 13:43:34 +03:00
.ycm_extra_conf.py
2016-04-15 17:27:39 +03:00
build