From 26afa1c87cce2055d71987735907ec3ea5c62a35 Mon Sep 17 00:00:00 2001 From: Vahagn Khachatryan Date: Sat, 6 Dec 2014 21:54:26 +0400 Subject: [PATCH] the version.xml is added to .gitignore list. --- .gitignore | 2 +- app/app.iml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5b46c29..acf6db7 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ arch nbandroid private build -res/values/version.xml +app/src/main/res/values/version.xml compiler/compiler.obj compiler/compiler.exe compiler/test/compiler.exe diff --git a/app/app.iml b/app/app.iml index c07a1e8..756b4f0 100644 --- a/app/app.iml +++ b/app/app.iml @@ -77,6 +77,7 @@ +