
# Build and test data
build
testdata
test/testdata
benchmark/benchdata

# qmake autogenerated files
moc_*
qrc_*
ui_*
Makefile

# Qt Creator's stuff
*.pro.user
qtc_packaging

# Other generated files
*.o
*.slo
*.lo
*.core
MANIFEST

# gedit's temp files
*~
.goutputstream*

# Compiled Dynamic libraries
*.so
*.dylib

# Compiled Static libraries
*.lai
*.la
*.a

# NPM dependencies
node_modules/

# Visual Studio Code directory
.vscode

