blob: 887abf200621e6725c043ad5f68197cf2903209e [file] [log] [blame]
Wei-Yu Chen16d59142022-06-08 18:25:01 +08001# SPDX-FileCopyrightText: 2021 Open Networking Foundation
2#
3# SPDX-License-Identifier: Apache-2.0
4
5# Patterns to ignore when building packages.
6# This supports shell glob matching, relative path matching, and
7# negation (prefixed with !). Only one pattern per line.
8.DS_Store
9# Common VCS dirs
10.git/
11.gitignore
12.bzr/
13.bzrignore
14.hg/
15.hgignore
16.svn/
17# Common backup files
18*.swp
19*.bak
20*.tmp
21*.orig
22*~
23# Various IDEs
24.project
25.idea/
26*.tmproj
27.vscode/