diff options
author | David I. Lehn <dlehn@users.sourceforge.net> | 2001-06-06 19:21:39 +0000 |
---|---|---|
committer | David I. Lehn <dlehn@users.sourceforge.net> | 2001-06-06 19:21:39 +0000 |
commit | 5deb318232d8dd57172c1145560a05d9363e24da (patch) | |
tree | 2abba31d2d77f599294539dab09514a83ab23b56 /.gitignore | |
parent | 474109aec6a4325a6c66e5b180408c17dcb591c8 (diff) |
Added configure.{ac,in} to .cvsignore since they are autogenerated from configure.base now.
Original commit message from CVS:
Added configure.{ac,in} to .cvsignore since they are autogenerated from
configure.base now.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a7d8dfa5b..9a2a48c49 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ missing stamp-h stamp-h.in stamp.h +configure.in +configure.ac |