luaengineapp/.gitignore

36 lines
317 B
Plaintext
Raw Permalink Normal View History

2018-08-22 21:33:38 +02:00
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
2018-08-22 21:42:39 +02:00
# Qt project user file
*.pro.user
# Gettext translation files
*.po
*.pot