-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathblacklist.conf
More file actions
26 lines (24 loc) · 862 Bytes
/
blacklist.conf
File metadata and controls
26 lines (24 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# blacklist.conf
# ==============
#
# In this file the blacklist for the automatic fixes search is
# configured. There are two ways to blacklist potential fixes:
#
# 1) Put a source code path on one line in this file. If a patch
# touches only source code paths that are blacklisted in this
# file, it will be automatically blacklisted too.
#
# 2) Put a full git commit-id on one line in this file. The
# commit-id needs to be a 40 character-long hex string.
#
# As noted above, only one path or commit-id per line is allowed.
# Everything behind a '#' character is considered a comment and ignored.
#
# This file is parsed by the git-suse tool.
# Blacklisted Paths
# -----------------
MAINTAINERS # We don't care about upstream MAINTAINERS file
# Blacklisted Commits
# -------------------
289b14592cefe95f7d0ef334873c12b96ce3824f # naming cleanup