mirror of https://gitee.com/bigwinds/arangodb
git ignore /bin correctly (#3737)
This fixes /bin showing up when created as a symlink and avoids accidentally ignoring unrelated folders called "bin" elsewhere in the repository.
This commit is contained in:
parent
606ea478c2
commit
ce19c97df4
|
@ -67,7 +67,7 @@ arangod/Aql/grammar.output
|
|||
|
||||
UnitTests/HttpInterface/logs/
|
||||
|
||||
bin/
|
||||
/bin
|
||||
logs/
|
||||
out/
|
||||
|
||||
|
|
Loading…
Reference in New Issue