我正在运行 Eclipse - Indigo,并为使用 Gradle 构建的 EGit 配置了一个项目。今天我注意到在 Eclipse 的 Package Explorer 中,build.gradle 文件的图标现在有一个红色的小斜线:
红色的小斜线是从哪里来的,它是什么意思?它是一个 egit 的东西(我不这么认为,文件没有从命令行显示在 git status 中,这个红色斜线图标也没有出现在 Preferences、Team、Git、Label Decorations 中)?我在今天之前从未注意到它,这让我相信它直到今天才出现。
编辑: .gitignore 是否有可能导致日食混乱?这是我的 .gitignore /test-output /logs 的内容
# Gradle
.gradle
/build
# OSX
.DS_Store
# Eclipse
.classpath
.project
.tomcatplugin
.settings/
/work
/bin
# Emacs backup files
*~
\#*\#/bin