glorious-iso-dl/.gitignore

47 lines
496 B
Text

# 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/