提交 48234071 编写于 作者: C Chris Wanstrath

Merge branch 'master' of https://github.com/d2s/gitignore into d2s-master

# http://www.gnu.org/software/automake
Makefile.in
......
/.hg/*
*/.hg/*
.hgignore
\ No newline at end of file
/.svn/*
*/.svn/*
\ No newline at end of file
.svn/
......@@ -4,8 +4,11 @@
# except for .gitignore
!.gitignore
# Ignore Play! working directory
tmp
# Ignore Play! working directory #
db
eclipse
log
logs
server.pid
test-result
eclipse
tmp
\ No newline at end of file
*/logs/*
*/cache/*
web/uploads/*
web/bundles/*
# gcc coverage testing tool files
*.gcno
*.gcda
*.gcov
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册