[9439] Auto-exclude from git tracking changes any non universal binding subdir files

Signed-off-by: VladimirMangos <vladimir@getmangos.com>

Also resolve small exclude conflict for dep subdir.
This commit is contained in:
DasBlub 2010-02-23 04:32:14 +03:00 committed by VladimirMangos
parent 2475c4aa00
commit 528b2cf324
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View file

@ -72,3 +72,4 @@ bin/*
# Special exceptions
#
!dep/ACE_wrappers/ace/ace_message_table.bin
!dep/tbb/src/Makefile

View file

@ -10,5 +10,10 @@
#
# Scripting projects
# This excludes all 3rd party script libraries
#
#universal
*
!universal/*
!universal/*/*
!Makefile.am
!.gitignore

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9438"
#define REVISION_NR "9439"
#endif // __REVISION_NR_H__