mirror of
https://github.com/nmap/nmap.git
synced 2026-06-27 03:33:07 +00:00
Add .hgignore while we're at it.
This commit is contained in:
parent
30cfbef89c
commit
508f4e6155
1 changed files with 2 additions and 1 deletions
|
|
@ -1807,11 +1807,12 @@ table.insert(fingerprints, {
|
|||
table.insert(fingerprints, {
|
||||
category='general',
|
||||
probes={
|
||||
{path='/.hgignore', method='HEAD'},
|
||||
{path='/.gitignore', method='HEAD'},
|
||||
{path='/.bzrignore', method='HEAD'}
|
||||
},
|
||||
matches= {
|
||||
{match='', output='Revison control ignore file'}
|
||||
{match='', output='Revision control ignore file'}
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue