mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[9668] Add .DS_Store to gitignore.
Signed-off-by: hunuza <hunuza@gmail.com>
This commit is contained in:
parent
56e1e48161
commit
9883ee496d
2 changed files with 5 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -68,6 +68,10 @@ patches-*
|
||||||
#
|
#
|
||||||
bin/*
|
bin/*
|
||||||
|
|
||||||
|
# OS specific
|
||||||
|
# MacOS
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
#
|
#
|
||||||
# Special exceptions
|
# Special exceptions
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9667"
|
#define REVISION_NR "9668"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue