aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFiles
2011-04-21release: automate and documentTom Gundersen1
Add a brief description of how to release initscripts. Also automate the creation of the tarball using "make release". Signed-off-by: Tom Gundersen <teg@jklm.no>
2011-04-21Use a Makefile and clean up install fileDan McGee1
Use a Makefile to compile, rather than a call to gcc in install.sh. This allows make's implict rules to take care of CFLAGS, LDFLAGS, CC, etc. Use `set -e` in the install file rather than needing '|| exit 1' on every single operation. Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Tom Gundersen <teg@jklm.no>
2010-07-23Add a PKGBUILD for building initscripts-git for testing.Victor Lowther1
This builds straight out of a git checkout. Add generated packages to .gitignore
2009-08-22Add minilogd to gitignoreDan McGee1
Signed-off-by: Dan McGee <dan@archlinux.org>