mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[11906] Ignore RecastDemo/Build directory with git
This commit is contained in:
parent
da1c3615b4
commit
808776decb
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -109,3 +109,5 @@ dep/ACE_wrappers/ace/config.h
|
||||||
!dep/ACE_wrappers/lib/.empty
|
!dep/ACE_wrappers/lib/.empty
|
||||||
!dep/tbb/src/Makefile
|
!dep/tbb/src/Makefile
|
||||||
|
|
||||||
|
# recastnavigation directory needs exception
|
||||||
|
!dep/recastnavigation/RecastDemo/Build/
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "11905"
|
#define REVISION_NR "11906"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue