Add a .gitignore listing non-source files that should not be tracked by "git add ." or shown by "git status".
Signed-off-by: Jonathan Nieder <jrnie...@gmail.com> --- debian/.gitignore | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100644 debian/.gitignore diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 0000000..2dff17a --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,10 @@ +*.debhelper.log +*.debhelper + +/libpciaccess-dev/ +/libpciaccess[0-9]-udeb/ +/libpciaccess[0-9]/ +/tmp/ + +/files +*.substvars -- 1.7.4 -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110205125319.GD18037@elie