ISO Downloader with native GUI and checksum verification
This commit is contained in:
commit
3038fcf94c
12 changed files with 1470 additions and 0 deletions
47
.gitignore
vendored
Normal file
47
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
# Build-Verzeichnisse
|
||||
/build/
|
||||
/build-*/
|
||||
cmake-build-*/
|
||||
|
||||
# CMake-Artefakte
|
||||
CMakeCache.txt
|
||||
CMakeFiles/
|
||||
cmake_install.cmake
|
||||
CTestTestfile.cmake
|
||||
Makefile
|
||||
*.cmake
|
||||
!CMakeLists.txt
|
||||
|
||||
# Qt / MOC / UIC / RCC
|
||||
moc_*.cpp
|
||||
moc_*.h
|
||||
*_autogen/
|
||||
qrc_*.cpp
|
||||
ui_*.h
|
||||
*.qmake.stash
|
||||
.qmake.cache
|
||||
|
||||
# Kompilate
|
||||
*.o
|
||||
*.obj
|
||||
*.so
|
||||
*.a
|
||||
*.dll
|
||||
*.dylib
|
||||
*.exe
|
||||
glorious-iso-dl
|
||||
|
||||
# Heruntergeladene ISOs und unfertige Downloads
|
||||
*.iso
|
||||
*.img
|
||||
*.part
|
||||
|
||||
# Editor / IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.user
|
||||
*.swp
|
||||
*~
|
||||
.DS_Store
|
||||
compile_commands.json
|
||||
.claude/
|
||||
Loading…
Add table
Add a link
Reference in a new issue