summaryrefslogtreecommitdiff
path: root/.gitignore
blob: eb766813168517746fc6591bd33708dd8b866407 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Binary
mktrayicon

# Object files
*.o

# Libraries
*.lib
*.a

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app
bgstack15