diff options
author | Sumit Bose <sbose@redhat.com> | 2009-06-18 11:15:10 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-07-02 08:59:47 -0400 |
commit | db89f7616f3595aa2900a55039ee3b4e994eb6dc (patch) | |
tree | 531f93c1a1fafcb40004baceaadd5da98c480e3d | |
parent | 1a0eed71352d7d2c4a9f335d8583e0fee3cae491 (diff) | |
download | sssd-db89f7616f3595aa2900a55039ee3b4e994eb6dc.tar.gz sssd-db89f7616f3595aa2900a55039ee3b4e994eb6dc.tar.xz sssd-db89f7616f3595aa2900a55039ee3b4e994eb6dc.zip |
let .gitignore only filter autogenerated m4 files
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index c6cb77bb4..3fbe3d54e 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,8 @@ Makefile.in.in autom4te.cache libtool stamp-h1 -*.m4 +m4/ +aclocal.m4 depcomp ltmain.sh missing |