summaryrefslogtreecommitdiff
path: root/.gitignore
blob: cbdb960e4ca6ce03cb9394a7d2b83096d72f84d5 (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
32
33
34
35
36
37
*.a
*.ccache-*
*.exe
*.html
*.o
*.xml
*~
.DS_Store
.deps
Makefile
autom4te.cache
ccache
ccache-*.tar.*
compile_commands.json
config.cache
config.h
config.h.in
config.log
config.status
configure
dev.mk
dev_mode_disabled
doc/ccache.1
libb2-*.tar.gz
perfdir.*
src/third_party/libb2
src/third_party/zstd
src/version.cpp
testdir.*
unittest/run
zstd-*.tar.gz

# Visual Studio
.vs/

# Visual Studio Code
.vscode/