Added a .gitignore file.

This commit is contained in:
LoRd_MuldeR 2011-04-14 12:25:19 +02:00
parent db788a2880
commit f5ce2a60ca
2 changed files with 18 additions and 1 deletions

17
.gitignore vendored Normal file
View File

@ -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

View File

@ -30,7 +30,7 @@
#define VER_LAMEXP_MINOR_LO 2 #define VER_LAMEXP_MINOR_LO 2
#define VER_LAMEXP_TYPE Alpha #define VER_LAMEXP_TYPE Alpha
#define VER_LAMEXP_PATCH 3 #define VER_LAMEXP_PATCH 3
#define VER_LAMEXP_BUILD 441 #define VER_LAMEXP_BUILD 442
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// Tools versions // Tools versions