diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..87ff9be --- /dev/null +++ b/.gitignore @@ -0,0 +1,43 @@ +*.pyc +*~ +#*.*# +.#* +doc/website-v1/gen +Makefile.in +autom4te.cache +Makefile +aclocal.m4 +autoconf +autoheader +automake +config.log +config.status +configure +crm.conf +crmsh.spec +install-sh +missing +version +crmsh.egg-info/* +crmtestout/* +doc/crm.8 +doc/crm.8.html +doc/crmsh_hb_report.8 +doc/crmsh_hb_report.8.html +hb_report/hb_report +patches/* +build/* + +# Tool specific files +.README.md.html +.*.*~ +.project +.settings +.pydevproject +.coverage + +contrib/build/ +contrib/dist/ +contrib/pygments_crmsh_lexers.egg-info/ + +.tox/ |