mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 19:37:01 +00:00
[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:
parent
2475c4aa00
commit
528b2cf324
3 changed files with 8 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -72,3 +72,4 @@ bin/*
|
||||||
# Special exceptions
|
# Special exceptions
|
||||||
#
|
#
|
||||||
!dep/ACE_wrappers/ace/ace_message_table.bin
|
!dep/ACE_wrappers/ace/ace_message_table.bin
|
||||||
|
!dep/tbb/src/Makefile
|
||||||
|
|
|
||||||
7
src/bindings/.gitignore
vendored
7
src/bindings/.gitignore
vendored
|
|
@ -10,5 +10,10 @@
|
||||||
|
|
||||||
#
|
#
|
||||||
# Scripting projects
|
# Scripting projects
|
||||||
|
# This excludes all 3rd party script libraries
|
||||||
#
|
#
|
||||||
#universal
|
*
|
||||||
|
!universal/*
|
||||||
|
!universal/*/*
|
||||||
|
!Makefile.am
|
||||||
|
!.gitignore
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9438"
|
#define REVISION_NR "9439"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue