Merge ".gitignore: remove editor- and OS-specific files"

This commit is contained in:
Jonathan Nieder 2019-04-01 16:47:06 -04:00 committed by Gerrit Code Review @ Eclipse.org
commit 4fcaa1a7d5
1 changed files with 5 additions and 2 deletions

7
.gitignore vendored
View File

@ -1,6 +1,9 @@
/.project
/target
.DS_Store
infer-out
bazel-*
*~
# Do not add editor- and OS-specific files like *~ (Emacs) and .DS_Store
# (macOS). Instead, add them to $XDG_CONFIG_HOME/git/ignore
# (~/.config/git/ignore if $XDG_CONFIG_HOME is not set) or
# $GIT_DIR/info/exclude. See "git help gitignore" for details.