blob: 4b27f6c923a0ea8beaba05be866101bfe38c9897 [file] [log] [blame]
Scott Bakere3090f02022-05-31 15:51:41 -07001# SPDX-FileCopyrightText: 2022-present Intel Corporation
2# SPDX-FileCopyrightText: 2021 Open Networking Foundation
3#
4# SPDX-License-Identifier: Apache-2.0
5
6# Patterns to ignore when building packages.
7# This supports shell glob matching, relative path matching, and
8# negation (prefixed with !). Only one pattern per line.
9.DS_Store
10# Common VCS dirs
11.git/
12.gitignore
13.bzr/
14.bzrignore
15.hg/
16.hgignore
17.svn/
18# Common backup files
19*.swp
20*.bak
21*.tmp
22*~
23# Various IDEs
24.project
25.idea/
26*.tmproj