blob: 9a7a6e76e45efb50c1adf5601eb8346cdd30f884 (
plain)
1
2
3
4
5
6
7
8
|
# vcs control files regex
# ${COMPRESS_EXT} will be replaced by compression extension list
# please alpha sort
/\.arch-inventory(?:\.${COMPRESS_EXT})?\Z
/\.hgtags(?:\.${COMPRESS_EXT})?\Z
/\.(?:cvs|git|hg)_?ignore(?:\.${COMPRESS_EXT})?\Z
/\.git_?(?:modules|attributes)(?:\.${COMPRESS_EXT})?\Z
/\.hg_archival\.txt(?:\.${COMPRESS_EXT})?\Z
|