blob: 3c7f02d780d5efac605309a3e57e6805189959f4 [file] [log] [blame]
Davide Pesavento183e1882024-04-09 15:56:32 -04001# Waf build system
2build/
Varun Patil23135a42023-11-18 15:12:42 -08003.waf-*-*/
4.waf3-*-*/
5.lock-waf*
6
Davide Pesavento183e1882024-04-09 15:56:32 -04007# 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