Added a .gitignore file.
This commit is contained in:
parent
db788a2880
commit
f5ce2a60ca
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal 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
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user