mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Updated .hgignore.
This commit is contained in:
parent
47c4849694
commit
2b26a3cc14
21
.hgignore
21
.hgignore
|
@ -8,19 +8,11 @@ syntax: regexp
|
|||
syntax: glob
|
||||
|
||||
*.a
|
||||
*.d
|
||||
*.dll
|
||||
*.exe
|
||||
*.lib
|
||||
*.map
|
||||
*.o
|
||||
*.obj
|
||||
*.out
|
||||
*.py[cdo]
|
||||
*.so
|
||||
*.res
|
||||
*.swp
|
||||
*.ttp
|
||||
|
||||
doc/*.1
|
||||
doc/*.doc
|
||||
|
@ -34,10 +26,19 @@ src/MMakefile
|
|||
src/compress_nrv*
|
||||
src/*.rc
|
||||
|
||||
src/*.d
|
||||
src/*.exe
|
||||
src/*.map
|
||||
src/*.o
|
||||
src/*.obj
|
||||
src/*.out
|
||||
src/*.res
|
||||
src/*.ttp
|
||||
|
||||
stub/**MMakefile
|
||||
stub/**.*-stamp
|
||||
stub/tmp*
|
||||
stub/**/tmp*
|
||||
stub/tmp*/*
|
||||
stub/**/tmp*/*
|
||||
|
||||
stub/tools/armpe/armpe_tester
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user