PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: 2021 Open Networking Foundation
|
| 2 | #
|
Sean Condon | 160ec1d | 2022-02-08 12:58:25 +0000 | [diff] [blame] | 3 | # SPDX-License-Identifier: Apache-2.0
|
PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 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 | *~
|
| 22 | # Various IDEs
|
| 23 | .project
|
| 24 | .idea/
|
| 25 | *.tmproj
|