Update gitignore.

This commit is contained in:
Fedor Isakov 2017-06-07 11:51:05 +02:00
parent 43ae109f4b
commit 10d855c3fa
1 changed files with 4 additions and 7 deletions

11
reactor/.gitignore vendored
View File

@ -1,8 +1,5 @@
.idea/workspace.xml
out
unification/code/target/*
unification/tests/target/*
unification/out
API/target/*
Core/target/*
Test/target/*
out/**
API/target/**
Core/target/**
Test/target/**