From abb6c717277fb7eb8635d94c32ecab5dee4dd903 Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Thu, 2 Feb 2017 13:39:36 +0100 Subject: Initial gh-pages commit --- .gitignore | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..1a0b1b6a7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,55 @@ +*.DS_Store +*.class +*.log +*.swp +*~ +tags + +# sbt specific +dist/* +target/ +lib_managed/ +src_managed/ +project/boot/ +project/plugins/project/ +project/local-plugins.sbt +.history +.ensime +.ensime_cache/ + +# Scala-IDE specific +.scala_dependencies +.cache +.classpath +.project +.settings +classes/ + +# idea +.idea +.idea_modules +/.worksheet/ + +# Partest +dotty.jar +dotty-lib.jar +tests/partest-generated/ +tests/locks/ +/test-classes/ + +# Used in tests +scala-scala + +# Ignore output files but keep the directory +out/ +build/ +!out/.keep + +# Ignore build-file +.packages +/.cache-main +/.cache-tests + +# Put local stuff here +local/ + -- cgit v1.2.3