Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor .gitignore tweaks based on IntelliJ IDEA experience on MacOS
Motivation: * Builds produce more target directories than are listed explicitly in .gitignore. * Builds can produce a file dependency-reduced-pom.xml which shows up as "untracked." Modifications: * Ignore all target/ directories. * Ignore generated file dependency-reduced-pom.xml. * Add missing EOL to EOF. Result: * Fewer untracked files in working repositories. Target: master Requires-notes: no Requires-book: no Patch: https://rb.dcache.org/r/14208/ Acked-by: Lea, Tigran
- Loading branch information