[7763] Added tags file to top-level .gitignore

Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
freghar 2009-05-04 21:54:31 +02:00
parent aebf74ec45
commit 9948259282
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View file

@ -14,6 +14,9 @@ compile
FILES
INSTALL
tags
TAGS
*.pyc
*.[oa]
*.lo

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7762"
#define REVISION_NR "7763"
#endif // __REVISION_NR_H__