
I've added common editor tmp files (*~) to the gitignore as these should not be pushed. Change-Id: I88a7bb0b42e4ccbe5218d3d2a59aa18081ab75d6
28 lines
394 B
Plaintext
28 lines
394 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
|
|
*.iml
|
|
*.sublime-*
|
|
/gerrit-package-plugins
|
|
/.buckconfig.local
|
|
/.buckjavaargs
|
|
/.buckd
|
|
/buck-cache
|
|
/buck-out
|
|
/eclipse-out
|
|
/extras
|
|
/local.properties
|
|
*.pyc
|
|
/gwt-unitCache
|
|
.DS_Store
|
|
*.swp
|
|
*.asc
|
|
/bin/
|
|
*~
|