You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
239 B
26 lines
239 B
4 years ago
|
# .gitignore
|
||
|
|
||
|
TODO.html
|
||
|
README.html
|
||
|
|
||
|
lzma/writer.txt
|
||
|
lzma/reader.txt
|
||
|
|
||
|
cmd/gxz/gxz
|
||
|
cmd/xb/xb
|
||
|
|
||
|
# test executables
|
||
|
*.test
|
||
|
|
||
|
# profile files
|
||
|
*.out
|
||
|
|
||
|
# vim swap file
|
||
|
.*.swp
|
||
|
|
||
|
# executables on windows
|
||
|
*.exe
|
||
|
|
||
|
# default compression test file
|
||
|
enwik8*
|