pudelkoM | 3f0efb1 | 2021-01-12 13:55:48 -0800 | [diff] [blame] | 1 | # Copyright 2021-present Open Networking Foundation |
Scott Baker | 4cad5ee | 2022-06-09 14:17:35 -0700 | [diff] [blame] | 2 | # SPDX-License-Identifier: Apache-2.0 |
pudelkoM | 3f0efb1 | 2021-01-12 13:55:48 -0800 | [diff] [blame] | 3 | |
| 4 | # Patterns to ignore when building packages. |
| 5 | # This supports shell glob matching, relative path matching, and |
| 6 | # negation (prefixed with !). Only one pattern per line. |
| 7 | .DS_Store |
| 8 | # Common VCS dirs |
| 9 | .git/ |
| 10 | .gitignore |
| 11 | .bzr/ |
| 12 | .bzrignore |
| 13 | .hg/ |
| 14 | .hgignore |
| 15 | .svn/ |
| 16 | # Common backup files |
| 17 | *.swp |
| 18 | *.bak |
| 19 | *.tmp |
| 20 | *.orig |
| 21 | *~ |
| 22 | # Various IDEs |
| 23 | .project |
| 24 | .idea/ |
| 25 | *.tmproj |
| 26 | .vscode/ |