File hierarchy refactoring.

This commit is contained in:
Achim D. Brucker 2018-10-27 16:19:07 +01:00
parent de8e087e0e
commit 8d8b7e04e3
121 changed files with 14 additions and 14 deletions

28
.gitignore vendored
View File

@ -1,14 +1,14 @@
src/*/.classpath */.classpath
src/*/.settings */.settings
src/*/.project */.project
src/*/.cache* */.cache*
src/*/target */target
src/*/bin */bin
src/.gradle .gradle
src/.settings .settings
src/.project .project
src/build build
src/*/build */build
src/com.logicalhacking.dasca.dataflow/config/main.config com.logicalhacking.dasca.dataflow/config/main.config
src/com.logicalhacking.dasca.dataflow/main.log* com.logicalhacking.dasca.dataflow/main.log*
src/com.logicalhacking.dasca.crosslanguage/BuildCordovaCallgraph.launch com.logicalhacking.dasca.crosslanguage/BuildCordovaCallgraph.launch

Some files were not shown because too many files have changed in this diff Show More