From 34f2058ac6232a1a0ed9324f359c5c1b045d39be Mon Sep 17 00:00:00 2001 From: Ryan O'Neill Date: Wed, 8 May 2019 21:55:14 +0000 Subject: [PATCH] all: Audit gitignore Contents Problem / Solution Our open source project gitignore files have accumulated quite a bit of cruft. Let's unify them, remove no longer necessary entries, and call out project specific items. JIRA Issues: CSL-7911 Differential Revision: https://phabricator.twitter.biz/D311962 --- .gitignore | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index c91c3ab09..6e4a87982 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,19 @@ -target/ -scrooge-benchmark/src/generated -scrooge-core/target/ -scrooge-runtime/target/ +*.class +*.iml +*.ipr +*.log +.DS_Store +.cache +.history +.idea/ +.lib dist/ +lib_managed/ +out/ project/boot/ project/plugins/project/ -project/plugins/src_managed/ -*.log -*.tmproj -lib_managed/ -*.iml -.idea/ -.classpath -.project -.scala_dependencies -.ivyjars -.classpath.txt sbt-launch.jar -.gcprof -allocation.jar +target/ + +# Scrooge specific +.classpath.txt