!22 [sync] PR-17: Add .vscode and .pytest_cache to .gitignore
From: @openeuler-sync-bot Reviewed-by: @Charlie_li Signed-off-by: @Charlie_li
This commit is contained in:
commit
6d8ebd8ef0
22
Add-.vscode-and-.pytest_cache-to-.gitignore.patch
Normal file
22
Add-.vscode-and-.pytest_cache-to-.gitignore.patch
Normal file
@ -0,0 +1,22 @@
|
||||
From 1519a4f917aed4ad3a1f975e4451791ea84f1b32 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Martin=20Vejn=C3=A1r?= <vejnar.martin@gmail.com>
|
||||
Date: Sun, 9 Sep 2018 14:07:30 +0200
|
||||
Subject: [PATCH] Add .vscode and .pytest_cache to .gitignore
|
||||
|
||||
---
|
||||
.gitignore | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/.gitignore b/.gitignore
|
||||
index 6317d70..ae02791 100644
|
||||
--- a/.gitignore
|
||||
+++ b/.gitignore
|
||||
@@ -7,3 +7,5 @@ __pycache__/
|
||||
.tox/
|
||||
*.pyc
|
||||
.cache/
|
||||
+.vscode/
|
||||
+.pytest_cache/
|
||||
--
|
||||
2.27.0
|
||||
|
||||
@ -2,11 +2,12 @@
|
||||
|
||||
Name: python-%{github_name}
|
||||
Version: 0.1.18
|
||||
Release: 3
|
||||
Release: 4
|
||||
Summary: Parser for TOML
|
||||
License: MIT
|
||||
URL: https://github.com/avakar/%{github_name}
|
||||
Source0: https://github.com/avakar/%{github_name}/archive/v%{version}/%{github_name}-%{version}.tar.gz
|
||||
Patch0: Add-.vscode-and-.pytest_cache-to-.gitignore.patch
|
||||
BuildArch: noarch
|
||||
|
||||
%global my_description \
|
||||
@ -42,6 +43,9 @@ BuildRequires: python3-setuptools
|
||||
%{python3_sitelib}/%{github_name}/
|
||||
|
||||
%changelog
|
||||
* Mon Dec 11 2023 fandehui <fandehui@xfusion.com> - 0.1.18-4
|
||||
- Add .vscode and .pytest_cache to .gitignore
|
||||
|
||||
* Thu Oct 22 2020 wutao <wutao61@huawei.com> - 0.1.18-3
|
||||
- delete python2 modules
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user