[8095] Added gitignore for src/bindings/

Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
freghar 2009-06-29 13:59:07 +02:00
parent c8d07d6e72
commit 1eb308a2eb
2 changed files with 15 additions and 1 deletions

14
src/bindings/.gitignore vendored Normal file
View file

@ -0,0 +1,14 @@
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# NOTE! Please use 'git-ls-files -i --exclude-standard'
# command after changing this file, to see if there are
# any tracked files which get ignored after the change.
#
#
# Scripting projects
#
#universal

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 "8094" #define REVISION_NR "8095"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__