1
0
mirror of synced 2026-05-05 15:53:45 +00:00
Files
xen-tools.xen-tools/.gitignore
Stéphane Jourdois e788e35cc1 Harden .gitignore
- Ignore all dotfiles but .gitignore and .hgignore files
 - Provide a way to test this file in header
 - ChangeLog and debian-files are generated at root
 - Ignore patches and orig files
2010-07-18 20:40:17 +02:00

29 lines
530 B
Plaintext

# 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.
# all dotfiles
.*
# but we _wan't_ those dot-files
!.gitignore
!.hgignore
# ChangeLog is generated during make
/ChangeLog
# those are generated during debian package build
/build-stamp
/configure-stamp
/man
/debian/files
/debian/xen-tools
/debian/xen-tools.debhelper.log
/debian/xen-tools.substvars
# git-generated patches
/*.patch
# some backups
*~
*.orig