mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[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:
parent
47442073fc
commit
c8e45058a6
2 changed files with 3 additions and 6 deletions
7
src/bindings/.gitignore
vendored
7
src/bindings/.gitignore
vendored
|
|
@ -12,8 +12,5 @@
|
|||
# Scripting projects
|
||||
# This excludes all 3rd party script libraries
|
||||
#
|
||||
*
|
||||
!universal/*
|
||||
!universal/*/*
|
||||
!Makefile.am
|
||||
!.gitignore
|
||||
*/
|
||||
!universal/
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9447"
|
||||
#define REVISION_NR "9448"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue