Files
luaj/.gitignore
Nikolay Neupokoev b36e4fa199 Add Gradle build
Fixed warnings about missing deprecation annotation and variable name in
one test failing on Java greater version 9.

This commit is simpler then
5847ee4d97
2020-11-05 00:12:58 -08:00

22 lines
190 B
Plaintext

bin/
target/
build/
lib/
jit/
*.ser
*.gz
*.jar
*.lua
*.out
*.tar
*.txt
*.zip
docs
*.0
# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
build