blob: cf02291a2aff1655d7e6cbedfb1a132784c5880c [file] [log] [blame]
Andreas Geisslerb784da42022-10-07 13:09:41 +02001# Patterns to ignore when building packages.
2# This supports shell glob matching, relative path matching, and
3# negation (prefixed with !). Only one pattern per line.
4.DS_Store
5# Common VCS dirs
6.git/
7.gitignore
8.bzr/
9.bzrignore
10.hg/
11.hgignore
12.svn/
13ci/
14examples/
15# Common backup files
16*.swp
17*.bak
18*.tmp
19*.orig
20*~
21# Various IDEs
22.project
23.idea/
24*.tmproj
25.vscode/