Moved here
This commit is contained in:
+72
@@ -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.*
|
||||
Reference in New Issue
Block a user