Add CMake and Qt artifacts to .gitignore (#225)
This commit is contained in:
parent
bea9ba5eb4
commit
c472c02070
1 changed files with 21 additions and 3 deletions
24
.gitignore
vendored
24
.gitignore
vendored
|
@ -25,10 +25,17 @@
|
|||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
*.dmg
|
||||
*.DS_Store
|
||||
core_test
|
||||
qt_test
|
||||
rai_node
|
||||
rai_wallet
|
||||
slow_test
|
||||
|
||||
# IDEs
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
# Visual Studio
|
||||
*.vcxproj
|
||||
|
@ -42,11 +49,22 @@ Release
|
|||
*.aps
|
||||
*.db
|
||||
*.opendb
|
||||
|
||||
# Autogenerated Qt artifacts
|
||||
packaging
|
||||
qrc_resources.cpp
|
||||
qt_system
|
||||
resources.qrc.depends
|
||||
|
||||
|
||||
# CMAKE
|
||||
# CMake artifacts
|
||||
_CPack_Packages
|
||||
CPack*
|
||||
cmake_install.cmake
|
||||
CMakeCache.txt
|
||||
CMakeFiles
|
||||
cmake_install.cmake
|
||||
CMakeScripts
|
||||
compile_commands.json
|
||||
CTestTestfile.cmake
|
||||
install_manifest.txt
|
||||
Makefile
|
||||
Testing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue