Initial commit

This commit is contained in:
James Skemp 2015-01-24 11:09:00 -06:00
commit 8cc7fb4afa
2 changed files with 28 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@ -0,0 +1,26 @@
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# MyVideoGamesfromXML
Allows parsing of an XML file of video games.