mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 15:54:25 +00:00
26 lines
239 B
Plaintext
26 lines
239 B
Plaintext
|
# .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*
|