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

46
.gitignore vendored
View File

@ -1,46 +1,12 @@
# Exclude all hidden files # 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/ # Exclude enabled modules
# ./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
config/enabledModules/ config/enabledModules/
# User preferences # Exclude application log files
config/preferences/*.ini var/log/*
# Application logfiles
var/log/*.log
# Packaging
/debian
*.tar.gz
*.komodoproject