mirror of
https://github.com/nzbget/nzbget.git
synced 2025-12-23 14:17:43 -05:00
- compatibility with newer autotools; - compatibility with newer platforms such as aarch64.
74 lines
649 B
Plaintext
74 lines
649 B
Plaintext
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
|
|
# GNU Autotools
|
|
.deps/
|
|
config.h
|
|
config.h.in~
|
|
config.log
|
|
config.status
|
|
Makefile
|
|
stamp-h1
|
|
autom4te.cache/
|
|
.dirstamp
|
|
*.o-*
|
|
|
|
# Visual Studio User-specific files
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.sln.docstates
|
|
.vs/
|
|
ipch/
|
|
*.aps
|
|
*.ncb
|
|
*.opensdf
|
|
*.sdf
|
|
*.cachefile
|
|
*.ilk
|
|
*.pch
|
|
*.pdb
|
|
*.pgc
|
|
*.pgd
|
|
*.rsp
|
|
*.sbr
|
|
*.vspscc
|
|
*.vssscc
|
|
*.pidb
|
|
*.svclog
|
|
*.scc
|
|
*.sln
|
|
.vscode/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# NZBGet specific
|
|
nzbget
|
|
code_revision.cpp
|
|
*.temp
|
|
*.pyc
|
|
pytest.ini
|
|
.cache |