Use libdnf5 in .gitignore

This commit is contained in:
Jan Kolarik 2023-06-20 05:39:54 +00:00 committed by Marek Blaha
parent 55584ce24d
commit 48ee654c9f
2 changed files with 1 additions and 27 deletions

2
.gitignore vendored
View File

@ -2,4 +2,4 @@ build/*
__pycache__
*.log
*.tar.gz
libdnf/conf/config.h
libdnf5/conf/config.h

View File

@ -1,26 +0,0 @@
/*
Copyright Contributors to the libdnf project.
This file is part of libdnf: https://github.com/rpm-software-management/libdnf/
Libdnf is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 2.1 of the License, or
(at your option) any later version.
Libdnf is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with libdnf. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef _LIBDNF_CONFIG_H_
#define _LIBDNF_CONFIG_H_
#define LIBDNF5_DISTRIBUTION_CONFIG_FILE "/usr/local/share/dnf5/libdnf.conf"
#define DEFAULT_LIBDNF5_PLUGINS_LIB_DIR "/usr/local/lib64/libdnf5/plugins/"
#endif // _LIBDNF_CONFIG_H_