Skip to content

Commit

Permalink
[9439] Auto-exclude from git tracking changes any non universal bindi…
Browse files Browse the repository at this point in the history
…ng subdir files

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

Also resolve small exclude conflict for dep subdir.
  • Loading branch information
DasBlub authored and VladimirMangos committed Feb 23, 2010
1 parent d338ed6 commit d2db4bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -72,3 +72,4 @@ bin/*
# Special exceptions
#
!dep/ACE_wrappers/ace/ace_message_table.bin
!dep/tbb/src/Makefile
7 changes: 6 additions & 1 deletion src/bindings/.gitignore
Expand Up @@ -10,5 +10,10 @@

#
# Scripting projects
# This excludes all 3rd party script libraries
#
#universal
*
!universal/*
!universal/*/*
!Makefile.am
!.gitignore
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9438"
#define REVISION_NR "9439"
#endif // __REVISION_NR_H__

0 comments on commit d2db4bb

Please sign in to comment.