1
0
Fork 0

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:
Alan Plum 2018-07-13 11:33:53 +02:00 committed by Jan
parent 606ea478c2
commit ce19c97df4
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -67,7 +67,7 @@ arangod/Aql/grammar.output
UnitTests/HttpInterface/logs/
bin/
/bin
logs/
out/