mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 01:37:00 +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
|
||||
#
|
||||
.*
|
||||
*.o
|
||||
*.o.*
|
||||
*.a
|
||||
*.so
|
||||
*.so.dbg
|
||||
*.bin
|
||||
*.gz
|
||||
|
||||
compile
|
||||
FILES
|
||||
INSTALL
|
||||
|
||||
#
|
||||
# Top-level generic files
|
||||
#
|
||||
tags
|
||||
TAGS
|
||||
INSTALL
|
||||
!.gitignore
|
||||
|
||||
*.pyc
|
||||
*.[oa]
|
||||
*.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
|
||||
|
||||
#
|
||||
# Build generated files
|
||||
#
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
compile
|
||||
config.guess
|
||||
config.h.in
|
||||
config.log
|
||||
config.status
|
||||
config.sub
|
||||
configure
|
||||
depcomp
|
||||
libtool
|
||||
install-sh
|
||||
ltmain.sh
|
||||
missing
|
||||
config.log
|
||||
config.status
|
||||
libtool
|
||||
stamp-h1
|
||||
|
||||
Makefile.in
|
||||
Makefile
|
||||
|
||||
#
|
||||
# Editors / debuggers / other output files
|
||||
#
|
||||
*~
|
||||
*.bak
|
||||
*.orig
|
||||
*.patch
|
||||
callgrind.out.*
|
||||
|
||||
#
|
||||
# Git stuff
|
||||
#
|
||||
# MaNGOS generated files
|
||||
#
|
||||
# stgit directories
|
||||
patches-*
|
||||
|
||||
#
|
||||
# VS binaries output
|
||||
#
|
||||
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__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "7763"
|
||||
#define REVISION_NR "7764"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue