rssguard/.gitignore
Guilherme Silva 64a4c4e168
Docs: Fix broken link and add a quick build example (#827)
* chore(gitignore): ignore `build-dir`

* chore(docs): fix broken link and add a build example

Co-authored-by: guihkx <guihkx@users.noreply.github.com>
2022-10-26 12:53:54 +02:00

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/