[6943] Add obsolete m4-created files to gitignore

Just ignore files generated by old m4 and auto(re)conf.

Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
freghar 2008-12-25 03:37:15 +01:00
parent e3576ebff5
commit 95ae1bf0bc
2 changed files with 18 additions and 1 deletions

17
dep/ACE_wrappers/m4/.gitignore vendored Normal file
View file

@ -0,0 +1,17 @@
#
# 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.
#
# MaNGOS generated files
#
libtool.m4
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "6942"
#define REVISION_NR "6943"
#endif // __REVISION_NR_H__