blob: 3c7f02d780d5efac605309a3e57e6805189959f4 [file] [log] [blame]
Davide Pesavento18ccbb32024-03-24 02:16:03 -04001# Waf build system
2build/
3.waf-*-*/
4.waf3-*-*/
5.lock-waf*
6
7# Compiled python code
8**/__pycache__/
9**/*.py[cod]
10
11# Qt Creator
12*.creator
13*.creator.user
14.qtc_clangd/
15
16# Visual Studio Code
17.vscode/
18
19# macOS
20**/.DS_Store
21**/.AppleDouble
22**/.LSOverride
23**/._*
24
25# Other
26Dockerfile
27VERSION.info