提交 3e8c0eb4 编写于 作者: J Jonathan Nieder 提交者: Junio C Hamano

Add .depend directories to .gitignore

The makefile snippets that would land in these directories are already
being ignored.  Ignore the directories instead so they don’t show up
in ‘git clean -n’ output.
Signed-off-by: NJonathan Nieder <jrnieder@gmail.com>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 a6018bbd
......@@ -178,7 +178,7 @@
*.exe
*.[aos]
*.py[co]
*.o.d
.depend/
*+
/config.mak
/autom4te.cache
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册