aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: ea0f573e1cc730207a137cb87941ce804b474e15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# IDE
/.project
/.cproject
/.vscode/
/.settings/

# environment
/.build_env

# binary
/qalculate-helper
/target/
/.debug/