Clean .gitignore file

Note to all developers: You must not add your local crap here.
Use .git/info/exclude.
This commit is contained in:
Eric Lippmann 2014-10-30 12:56:22 +01:00
parent d40497cca2
commit 344bda04b9
1 changed files with 6 additions and 40 deletions

46
.gitignore vendored
View File

@ -1,46 +1,12 @@
# Exclude all hidden files
.*
# But not .gitignore, .gitattributes, .vagrant-puppet, .htaccess and .gitkeep
!.gitignore
!.gitattributes
!.vagrant-puppet
!public/.htaccess
!packages/rhel/usr/share/icingaweb/public/.htaccess
!public/.htaccess.in
!.gitkeep
build/
# Except those related to git and vagrant
!.git*
!.vagrant-puppet/*
development/
# ./configure output
config.log
autom4te.cache
autoscan*
config.status
Makefile
# cmd tester
modules/test/bin/extcmd_test
# misc test output
test/php/library/Icinga/Protocol/Statusdat/.cache
# Generated API documentation
doc/api
# Enabled modules
# Exclude enabled modules
config/enabledModules/
# User preferences
config/preferences/*.ini
# Application logfiles
var/log/*.log
# Packaging
/debian
*.tar.gz
*.komodoproject
# Exclude application log files
var/log/*