Alon Bar-Lev has uploaded a new change for review. Change subject: update .gitignore ......................................................................
update .gitignore Change-Id: Ie8e76e95abbe5b3b149dd3704e6c99ee0201d93d Signed-off-by: Alon Bar-Lev <[email protected]> --- M .gitignore 1 file changed, 13 insertions(+), 12 deletions(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/44/32344/1 diff --git a/.gitignore b/.gitignore index bf676eb..dd71213 100644 --- a/.gitignore +++ b/.gitignore @@ -1,31 +1,32 @@ -config.log -config.status -configure -install-sh -missing +ABOUT-NLS Makefile Makefile.in aclocal.m4 autom4te.cache +compile config.guess +config.log config.rpath +config.status config.sub -ABOUT-NLS -py-compile +configure +install-sh ln-sr +missing +py-compile -tmp.* *.pyc *.pyo -*~ *.spec *.swp *.tmp +*~ __pycache__ +tmp.* .bundeled -target -src/otopi/config.py -src/otopi/config.py.in build/otopi-bundle build/otopi-bundle.in +src/otopi/config.py +src/otopi/config.py.in +target -- To view, visit http://gerrit.ovirt.org/32344 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie8e76e95abbe5b3b149dd3704e6c99ee0201d93d Gerrit-PatchSet: 1 Gerrit-Project: otopi Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
