diff options
author | Paul Barker <paul@paulbarker.me.uk> | 2013-12-20 17:29:57 (EST) |
---|---|---|
committer | Paul Barker <paul@paulbarker.me.uk> | 2013-12-20 17:35:47 (EST) |
commit | 64919028db58efbbe75a2039b8631f4cbc130e40 (patch) | |
tree | 45964501a6a9b37e7ffcff3a9a0eb7f8abb51bef | |
parent | d7835cf8123e83318dddce5ef8f4b9b0fb0c9bc8 (diff) |
.gitignore: Fix ignore of stamp-h1
stamp-h1 moved with config.h to the top source directory but the ignore was
still for libopkg/stamp-h1
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
-rw-r--r-- | .gitignore | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -31,15 +31,14 @@ config.log config.status config.sub -# Auto-generated config header +# Auto-generated config header and timestamp config.h config.h.in +stamp-h1 # The configure script itself configure -# The libopkg directory artifacts -libopkg/stamp-h1 # Various scripts used for libtool and the like install-sh |