qtcreator IDE gitignore tweaks (#4266)

* add .gitignore to project files
  * exclude qtc_clangd
  * don't exclude user project config file
This commit is contained in:
John Belmonte
2022-05-15 19:52:59 +09:00
committed by GitHub
parent 54f0748201
commit db11244f49
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,2 @@
.pio .pio
*.creator.user .qtc_clangd

View File

@ -1,5 +1,6 @@
Makefile Makefile
platformio.ini platformio.ini
.gitignore
% for file in src_files: % for file in src_files:
{{file}} {{file}}
% end % end