summaryrefslogtreecommitdiff
path: root/.gitignore
blob: c0f69eed1c8dac9c4d56f7de16d3caea28a71d25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Binaries
./epimetheus
prometheus-pusher

# Test coverage
coverage.out
coverage.html
*.prof

# Logs
*.log

# OS files
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
*.swp
*.swo

# Test data
test-*.csv
test-*.json

# Temporary files
tmp/
benchmark-data-100mb.csv
benchmark-results/
OLD/