Commit f2fc06aa287de22b3d8ef2b812a27b76a69a8a6f

Authored by Mateusz Kopeć
1 parent 1e2373f7

added gitignore per project

AbsSumAnnotator/.gitignore 0 → 100644
  1 +*.class
  2 +*~
  3 +.settings/*
  4 +target
... ...
ClauseAnnotator/.gitignore 0 → 100644
  1 +*.class
  2 +*~
  3 +.settings/*
  4 +target
... ...
ClauseSumAnnotator/.gitignore 0 → 100644
  1 +*.class
  2 +*~
  3 +.settings/*
  4 +target
... ...
ExtrSumAnnotator/.gitignore 0 → 100644
  1 +*.class
  2 +*~
  3 +.settings/*
  4 +target
... ...