mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
[7764] Top-level .gitignore cleanup
Signed-off-by: freghar <compmancz@gmail.com>
This commit is contained in:
parent
9948259282
commit
2ebde81733
3 changed files with 56 additions and 35 deletions
75
.gitignore
vendored
75
.gitignore
vendored
|
|
@ -9,59 +9,66 @@
|
||||||
#
|
#
|
||||||
# Normal rules
|
# Normal rules
|
||||||
#
|
#
|
||||||
|
.*
|
||||||
|
*.o
|
||||||
|
*.o.*
|
||||||
|
*.a
|
||||||
|
*.so
|
||||||
|
*.so.dbg
|
||||||
|
*.bin
|
||||||
|
*.gz
|
||||||
|
|
||||||
compile
|
#
|
||||||
FILES
|
# Top-level generic files
|
||||||
INSTALL
|
#
|
||||||
|
|
||||||
tags
|
tags
|
||||||
TAGS
|
TAGS
|
||||||
|
INSTALL
|
||||||
|
!.gitignore
|
||||||
|
|
||||||
*.pyc
|
#
|
||||||
*.[oa]
|
# Build generated files
|
||||||
*.lo
|
#
|
||||||
*.loT
|
|
||||||
*.la
|
|
||||||
*.laT
|
|
||||||
*.so
|
|
||||||
*.bak
|
|
||||||
*.dist
|
|
||||||
.deps
|
|
||||||
.libs
|
|
||||||
*~
|
|
||||||
.*.swp
|
|
||||||
Makefile.in
|
|
||||||
Makefile
|
|
||||||
|
|
||||||
core
|
|
||||||
core.*
|
|
||||||
!core.h
|
|
||||||
vgcore*
|
|
||||||
|
|
||||||
doc/html
|
|
||||||
doc/Doxyfile
|
|
||||||
doc/doxygen.log
|
|
||||||
|
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
|
compile
|
||||||
config.guess
|
config.guess
|
||||||
config.h.in
|
config.h.in
|
||||||
|
config.log
|
||||||
|
config.status
|
||||||
config.sub
|
config.sub
|
||||||
configure
|
configure
|
||||||
depcomp
|
depcomp
|
||||||
|
libtool
|
||||||
install-sh
|
install-sh
|
||||||
ltmain.sh
|
ltmain.sh
|
||||||
missing
|
missing
|
||||||
config.log
|
|
||||||
config.status
|
|
||||||
libtool
|
|
||||||
stamp-h1
|
stamp-h1
|
||||||
|
|
||||||
|
Makefile.in
|
||||||
|
Makefile
|
||||||
|
|
||||||
|
#
|
||||||
|
# Editors / debuggers / other output files
|
||||||
|
#
|
||||||
|
*~
|
||||||
|
*.bak
|
||||||
|
*.orig
|
||||||
|
*.patch
|
||||||
callgrind.out.*
|
callgrind.out.*
|
||||||
|
|
||||||
#
|
#
|
||||||
|
# Git stuff
|
||||||
#
|
#
|
||||||
# MaNGOS generated files
|
# stgit directories
|
||||||
#
|
patches-*
|
||||||
|
|
||||||
|
#
|
||||||
|
# VS binaries output
|
||||||
|
#
|
||||||
bin/*
|
bin/*
|
||||||
|
|
||||||
|
#
|
||||||
|
# Special exceptions
|
||||||
|
#
|
||||||
|
!dep/ACE_wrappers/ace/ace_message_table.bin
|
||||||
|
|
|
||||||
14
doc/.gitignore
vendored
Normal file
14
doc/.gitignore
vendored
Normal 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.
|
||||||
|
#
|
||||||
|
# Doxygen generic files
|
||||||
|
#
|
||||||
|
html
|
||||||
|
Doxyfile
|
||||||
|
doxygen.log
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7763"
|
#define REVISION_NR "7764"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue