mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +00:00
74 lines
885 B
Text
74 lines
885 B
Text
#
|
|
# 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.
|
|
#
|
|
# Normal rules
|
|
#
|
|
.*
|
|
*.o
|
|
*.o.*
|
|
*.a
|
|
*.so
|
|
*.so.dbg
|
|
*.bin
|
|
*.gz
|
|
|
|
#
|
|
# Top-level generic files
|
|
#
|
|
tags
|
|
TAGS
|
|
INSTALL
|
|
!.gitignore
|
|
|
|
#
|
|
# 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
|
|
stamp-h1
|
|
|
|
Makefile.in
|
|
Makefile
|
|
|
|
#
|
|
# Editors / debuggers / other output files
|
|
#
|
|
*~
|
|
*.bak
|
|
*.orig
|
|
*.patch
|
|
callgrind.out.*
|
|
|
|
#
|
|
# Git stuff
|
|
#
|
|
# stgit directories
|
|
patches-*
|
|
|
|
#
|
|
# VS binaries output
|
|
#
|
|
bin/*
|
|
|
|
#
|
|
# Special exceptions
|
|
#
|
|
!dep/ACE_wrappers/ace/ace_message_table.bin
|