From f5ce2a60ca87e3749155a15e5a23ae62589dbe47 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Thu, 14 Apr 2011 12:25:19 +0200 Subject: [PATCH] Added a .gitignore file. --- .gitignore | 17 +++++++++++++++++ src/Config.h | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..025a66a9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +/LameXP_*.user +/LameXP_*.opensdf +/LameXP_*.sdf +/LameXP_*.suo +/bin +etc/Deployment/*.exe +etc/Deployment/_postproc.bat +etc/Deployment/buildenv.txt +etc/Prerequisites/qt4_static/lib +etc/Prerequisites/qt4_static/plugins +etc/Translation/*.ts.bak +/ipch +/obj +/src/Config.h.bak +/tmp/MOC_*.cpp +/tmp/QRC_*.cpp +/tmp/UIC_*.h diff --git a/src/Config.h b/src/Config.h index 80856935..851a619c 100644 --- a/src/Config.h +++ b/src/Config.h @@ -30,7 +30,7 @@ #define VER_LAMEXP_MINOR_LO 2 #define VER_LAMEXP_TYPE Alpha #define VER_LAMEXP_PATCH 3 -#define VER_LAMEXP_BUILD 441 +#define VER_LAMEXP_BUILD 442 /////////////////////////////////////////////////////////////////////////////// // Tools versions -- 2.11.0