diff options
author | Ana Krivokapic <akrivoka@redhat.com> | 2013-06-18 16:02:05 +0200 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2013-06-18 16:55:29 +0200 |
commit | 9953ef3c3b75d4790d97997133f23c8052b38c43 (patch) | |
tree | 3caf705530da89fe1602b4e1a6fb5157ee646525 | |
parent | 780961a6433830a5928e1785460a2755e498639d (diff) | |
download | freeipa-9953ef3c3b75d4790d97997133f23c8052b38c43.tar.gz freeipa-9953ef3c3b75d4790d97997133f23c8052b38c43.tar.xz freeipa-9953ef3c3b75d4790d97997133f23c8052b38c43.zip |
Fix location of service.crt in .gitignore
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 8a2829a37..738b00b13 100644 --- a/.gitignore +++ b/.gitignore @@ -80,7 +80,7 @@ ipa-client/missing ipa-client/py-compile ipa-client/stamp-h1 ipa-client/version.m4 -tests/test_xmlrpc/service.crt +ipatests/test_xmlrpc/service.crt freeipa.spec ipapython/setup.py ipapython/version.py |