1# .gitignore
2
3TODO.html
4README.html
5
6lzma/writer.txt
7lzma/reader.txt
8
9cmd/gxz/gxz
10cmd/xb/xb
11
12# test executables
13*.test
14
15# profile files
16*.out
17
18# vim swap file
19.*.swp
20
21# executables on windows
22*.exe
23
24# default compression test file
25enwik8*
26