summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2017-09-28Update .gitignore to include gradle-wrapper.jarFabian Mastenbroek
This change updates the .gitignore to include the gradle-wrapper in the repository.
2017-09-04Ignore /out/ directory generated by IntelliJFabian Mastenbroek
This change adds the out directory generated by IntelliJ to the .gitignore list.
2017-07-09Add .gitignore for KotlinFabian Mastenbroek
This change adds a .gitignore to the repository tailored to the Kotlin language.
2017-07-09Delete old codebaseFabian Mastenbroek
This change removes version 1 of the OpenDC simulator codebase as it will be replaced by a complete rewrite in the Kotlin language.
2017-01-24makefile builds directly from sqlite sourceSacheendra Talluri
2017-01-24Initial code commit with organized dependenciesMDBijman