diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-06-17 20:32:19 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-06-17 20:32:19 +0000 |
commit | 1b422cf874d49b57785b30483232fdf66973df1d (patch) | |
tree | 1552a69086fca88577c3902f5c6131a3d804c4af /.gitignore | |
parent | ad50ac00a531dbe60260c63760388ce6dac12361 (diff) | |
download | pbuilder-1b422cf874d49b57785b30483232fdf66973df1d.tar pbuilder-1b422cf874d49b57785b30483232fdf66973df1d.tar.gz |
do real cleanup, don't hide temporary files under .gitignore, rather teach makefiles' clean targets how to deal with them properly
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 39c175e..0000000 --- a/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -*~ -/Documentation/pbuilder-doc.html.tmp -/build-stamp -/configure-stamp -/debian/*.debhelper -/debian/*.debhelper.log -/debian/*.substvars -/debian/files -/debian/pbuilder/ -/debian/pbuilder-uml/ |