0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-26 08:01:51 +08:00

Merge pull request #191 from lordofbikes/ignore-cmake-qt

Update .gitignore, CMake/Qt created files/folders
This commit is contained in:
Sergey Yagovtsev 2021-04-30 12:22:30 +03:00 committed by GitHub
commit b538373767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
.gitignore vendored
View File

@ -6,3 +6,13 @@ bin
/*.prof /*.prof
.idea/ .idea/
bazel* bazel*
# CMake/QtCreator folders and files created on Windows
CMakeFiles/
*/CMakeFiles/
CMakeCache*.*
Makefile*
moc_*.*
mocs_*.*
qrc_*.*
*.cmake