server/.gitignore
2010-09-10 22:11:35 +02:00

100 lines
1.1 KiB
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/*
#
# VS temporary files
#
*.ncb
*.suo
*.sdf
*.opensdf
*.sln.cache
*.vsp
ipch
*.user
#
# CMake temporary files
#
CMakeFiles
CMakeCache.txt
cmake_install.cmake
#
# OS specific
#
# MacOS
.DS_Store
#
# Special exceptions
#
!dep/ACE_wrappers/ace/ace_message_table.bin
!dep/tbb/src/Makefile