Moved here

This commit is contained in:
Austin
2026-01-03 23:17:46 -06:00
commit 0f5fa3417a
63 changed files with 71474 additions and 0 deletions
+72
View File
@@ -0,0 +1,72 @@
# Qt / C++ .gitignore
# Build directories
build*/
build/
cmake-build-*/
bin/
lib/
# CMake
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
install_manifest.txt
compile_commands.json
# qmake / Qt Creator
*.pro.user*
*.pro.user
*.qmake.stash
*.qmake.cache
*.qtc*
*.creator.user*
*.session
# Generated by moc/uic/rcc
moc_*.cpp
qrc_*.cpp
ui_*.h
ui_*.hpp
# Object files, libraries, executables
*.o
*.obj
*.lo
*.la
*.al
*.lai
*.a
*.lib
*.so
*.dylib
*.dll
*.exe
*.out
*.app
# Debug / release artifacts
Makefile*
Makefile.Debug
Makefile.Release
*.opt
*.depend
*.dir
# IDEs / editors
.idea/
.vscode/
*.kate-swp
*.swp
*~
*.sublime-workspace
*.sublime-project
# Misc
*.log
*.tmp
*.cache
*.moc
*.gch
tags
tags.*