[9448] Ignore anything untracked in src/bindings/

NOTE: works only on directories

(only modification / deletion of tracked files
will show up in "git status")

To force-stage a file/directory, use "git add -f",
an exception was made for universal/ .

Signed-off-by: freghar <compmancz@gmail.com>

(based on commit 0a4057f)

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
freghar 2010-02-25 03:18:09 +03:00 committed by VladimirMangos
parent 47442073fc
commit c8e45058a6
2 changed files with 3 additions and 6 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9447"
#define REVISION_NR "9448"
#endif // __REVISION_NR_H__