diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 06:48:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 06:48:59 +0000 |
commit | d835b2cae8abc71958b69362162e6a70c3d7ef63 (patch) | |
tree | 81052e3d2ce3e1bcda085f73d925e9d6257dec15 /.gitignore | |
parent | Initial commit. (diff) | |
download | crmsh-d835b2cae8abc71958b69362162e6a70c3d7ef63.tar.xz crmsh-d835b2cae8abc71958b69362162e6a70c3d7ef63.zip |
Adding upstream version 4.6.0.upstream/4.6.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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/ |