blob: f3d010c5f707389db006338f9856a6927480a913 [file] [log] [blame]
vitalied1e5876c2018-03-29 10:24:27 -05001# 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/
13# Common backup files
14*.swp
15*.bak
16*.tmp
17*~
18# Various IDEs
19.project
20.idea/
21*.tmproj
Sylvain Desbureaux524c8782019-11-08 17:36:02 +010022
23# Unit tests folder
24tests