mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-28 16:20:34 +01:00
64a4c4e168
* chore(gitignore): ignore `build-dir` * chore(docs): fix broken link and add a build example Co-authored-by: guihkx <guihkx@users.noreply.github.com>
31 lines
323 B
Plaintext
31 lines
323 B
Plaintext
# Compiled Object files.
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Compiled Dynamic libraries.
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Compiled Static libraries.
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables.
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# Other files.
|
|
*.autosave
|
|
*.user*
|
|
localization/*qm
|
|
*.TMP
|
|
resources/skins/*/*.map
|
|
|
|
# Build directory.
|
|
build-dir/ |