From c8e45058a68394619b88f650b358b003d4f6cd80 Mon Sep 17 00:00:00 2001 From: freghar Date: Thu, 25 Feb 2010 03:18:09 +0300 Subject: [PATCH] [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 (based on commit 0a4057f) Signed-off-by: VladimirMangos --- src/bindings/.gitignore | 7 ++----- src/shared/revision_nr.h | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/bindings/.gitignore b/src/bindings/.gitignore index 62fb6410d..22c02c267 100644 --- a/src/bindings/.gitignore +++ b/src/bindings/.gitignore @@ -12,8 +12,5 @@ # Scripting projects # This excludes all 3rd party script libraries # -* -!universal/* -!universal/*/* -!Makefile.am -!.gitignore \ No newline at end of file +*/ +!universal/ diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 82167f248..9a38e4ead 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 "9447" + #define REVISION_NR "9448" #endif // __REVISION_NR_H__