From 1eb308a2eb8e62342185b74fa690c617bb10abe9 Mon Sep 17 00:00:00 2001 From: freghar Date: Mon, 29 Jun 2009 13:59:07 +0200 Subject: [PATCH] [8095] Added gitignore for src/bindings/ Signed-off-by: freghar --- src/bindings/.gitignore | 14 ++++++++++++++ src/shared/revision_nr.h | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 src/bindings/.gitignore diff --git a/src/bindings/.gitignore b/src/bindings/.gitignore new file mode 100644 index 000000000..eeddf0dd7 --- /dev/null +++ b/src/bindings/.gitignore @@ -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 diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 2e4c90e44..6ee17294e 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8094" + #define REVISION_NR "8095" #endif // __REVISION_NR_H__