From 395a75a31f5ed6ed8ae79103163bc55828c43caf Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Tue, 24 Nov 2015 12:43:55 +0100 Subject: [PATCH] New git dotfiles for independant repository This will make git review workflow work within this role This will also prevent undesired files. Change-Id: I06b6f7e513bc88da7425b9e1c58af2adddef7409 --- .gitignore | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ .gitreview | 4 ++++ 2 files changed, 63 insertions(+) create mode 100644 .gitignore create mode 100644 .gitreview diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8c6e664 --- /dev/null +++ b/.gitignore @@ -0,0 +1,59 @@ +# Compiled source # +################### +*.com +*.class +*.dll +*.exe +*.o +*.so +*.pyc +build/ +dist/ +doc/build/ + +# Packages # +############ +# it's better to unpack these files and commit the raw source +# git has its own built in compression methods +*.7z +*.dmg +*.gz +*.iso +*.jar +*.rar +*.tar +*.zip + +# Logs and databases # +###################### +*.log +*.sql +*.sqlite + +# OS generated files # +###################### +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +.idea +.tox +*.sublime* +*.egg-info +Icon? +ehthumbs.db +Thumbs.db +.eggs + +# User driven backup files # +############################ +*.bak + +# Generated by pbr while building docs +###################################### +AUTHORS +ChangeLog + +# Files created by releasenotes build +releasenotes/build diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..86afd65 --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=review.openstack.org +port=29418 +project=openstack/openstack-ansible-rsyslog_client.git