Skip to content

Commit

Permalink
all: Audit gitignore Contents
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ryanoneill authored and jenkins committed May 8, 2019
1 parent e46b278 commit 34f2058
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 34f2058

Please sign in to comment.