[9668] Add .DS_Store to gitignore.

Signed-off-by: hunuza <hunuza@gmail.com>
This commit is contained in:
jolan 2010-04-03 17:19:01 +02:00 committed by hunuza
parent 56e1e48161
commit 9883ee496d
2 changed files with 5 additions and 1 deletions

4
.gitignore vendored
View file

@ -68,6 +68,10 @@ patches-*
# #
bin/* bin/*
# OS specific
# MacOS
.DS_Store
# #
# Special exceptions # Special exceptions
# #

View file

@ -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__