Browse Source

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

stable-5.4
Jonathan Nieder 6 years ago committed by Gerrit Code Review @ Eclipse.org
parent
commit
4fcaa1a7d5
  1. 7
      .gitignore

7
.gitignore vendored

@ -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.

Loading…
Cancel
Save