first commit
This commit is contained in:
53
.gitignore
vendored
Normal file
53
.gitignore
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
# CMake build files
|
||||
build/
|
||||
build-*/
|
||||
CMakeFiles/
|
||||
CMakeCache.txt
|
||||
cmake_install.cmake
|
||||
Makefile
|
||||
*.cmake
|
||||
|
||||
# Qt Creator files
|
||||
*.pro.user
|
||||
*.pro.user.*
|
||||
.qtcreator/
|
||||
*.autosave
|
||||
|
||||
# Compiled Object files
|
||||
*.o
|
||||
*.obj
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
# Executables
|
||||
gstreamerViewer
|
||||
*.exe
|
||||
*.app
|
||||
|
||||
# Qt Meta Object Compiler files
|
||||
moc_*.cpp
|
||||
moc_*.h
|
||||
qrc_*.cpp
|
||||
ui_*.h
|
||||
|
||||
# Qt Resource Compiler
|
||||
*.qrc.depends
|
||||
*.qm
|
||||
|
||||
# IDE and editor files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.DS_Store
|
||||
|
||||
# Debug and temporary files
|
||||
*.log
|
||||
core
|
||||
*.core
|
||||
|
||||
# Documentation generation
|
||||
html/
|
||||
latex/
|
||||
Reference in New Issue
Block a user