Scott Baker | e3090f0 | 2022-05-31 15:51:41 -0700 | [diff] [blame] | 1 | # 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 |