
In Eclipse preferences under the Team -> Git -> Project section, if the "Automatically ignore derived resources by adding them to .gitignore" option is enabled (which is the default), Eclipse will automatically add "/bin/" to the .gitignore file. Update the .gitignore file with this change to prevent Eclipse from causing unexpected modified files in the git status. Change-Id: I0cce9dd40183ff93b01cd0b45c383607d48d1af1
25 lines
381 B
Plaintext
25 lines
381 B
Plaintext
/.apt_generated
|
|
/.classpath
|
|
/.factorypath
|
|
/.project
|
|
/.settings/org.maven.ide.eclipse.prefs
|
|
/.settings/org.eclipse.m2e.core.prefs
|
|
/.settings/org.eclipse.ltk.core.refactoring.prefs
|
|
/test_site
|
|
/.idea
|
|
/gerrit-parent.iml
|
|
*.sublime-*
|
|
/gerrit-package-plugins
|
|
/.buckconfig.local
|
|
/.buckjavaargs
|
|
/.buckd
|
|
/buck-cache
|
|
/buck-out
|
|
/extras
|
|
/local.properties
|
|
*.pyc
|
|
/gwt-unitCache
|
|
*.swp
|
|
*.asc
|
|
/bin/
|