mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-08-03 04:36:50 -04:00
48 lines
480 B
Plaintext
48 lines
480 B
Plaintext
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
/kiwix-desktop
|
|
|
|
# QtCreator Environment Settings (not suitable for sharing)
|
|
kiwix-desktop.pro.user
|
|
|
|
# Qt autogenerated files
|
|
/qrc_*.cpp
|
|
/ui_*.h
|
|
/moc_*.h
|
|
/moc_*.cpp
|
|
/Makefile
|
|
/.qmake.stash
|
|
|
|
# IDE files
|
|
/.vscode
|