build system: add a .gitignore
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 5 Jun 2011 12:43:16 +0000 (13:43 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 19 Jun 2011 13:19:06 +0000 (14:19 +0100)
commit4e59ff0430b948bdb7191e77b0c922b64db50791
treed3608330bc61522c002ad71edb1e25014c56177b
parentca58ee4883fc5eb309f950787d35af5deca05321
build system: add a .gitignore

Ignore all files generated by running autoconf, ./configure, and make,
and the debian build, and editor backup files.

(The files generated by running autoheader are committed and therefore
we don't add them to .gitignore.  There is probably a mistake here,
which will be fixed later in this series.)

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Signed-off-by: Richard Kettlewell <richard@greenend.org.uk>
.gitignore [new file with mode: 0644]