File: .gitignore

package info (click to toggle)
jgit 6.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 24,052 kB
  • sloc: java: 265,941; xml: 6,543; sh: 334; ruby: 100; python: 20; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 348 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
/.project
/org.eclipse.jgit.benchmarks/dependency-reduced-pom.xml
/target
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.