Skip to content

Commit

Permalink
Remove dyvil.experimental Package
Browse files Browse the repository at this point in the history
(test): Removed the `dyvil.experimental` package and enclosed classes.
(git): Updated the `.gitignore` file.
  • Loading branch information
Clashsoft committed Oct 13, 2018
1 parent 2bd2f3b commit c839b2f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 85 deletions.
29 changes: 12 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,25 @@
# ----- Gradle -----
# --------------- Gradle ---------------

*bin/
build/
.gradle/

# ----- Misc. -----

temp/

**/.DS_Store

*.log*
*.log

# ----- IntelliJ IDEA -----
# --------------- IntelliJ IDEA ---------------

.idea/
Dyvil.iml
Dyvil.ipr
Dyvil.iws
out/

# ----- Eclipse -----
# --------------- Eclipse ---------------

.classpath
.project
.settings/
bin/

src/test/dyvil/experimental/Test.java
# --------------- Misc. ---------------

temp/

**/.DS_Store

*.log*
*.log
27 changes: 0 additions & 27 deletions src/test/dyvil/experimental/ArrayPatternTest.dyv

This file was deleted.

16 changes: 0 additions & 16 deletions src/test/dyvil/experimental/ConstTemplateTest.dyv

This file was deleted.

25 changes: 0 additions & 25 deletions src/test/dyvil/experimental/TypeTemplateTest.dyv

This file was deleted.

0 comments on commit c839b2f

Please sign in to comment.