pyrus / Pyrus_Developer

Developer tools for building PEAR compatible packages
7 stars 7 forks source link

Ignore VCS/backups files during source scan. #12

Closed fpoirotte closed 12 years ago

fpoirotte commented 12 years ago

Ignores CVS folders & all files/folders whose name starts with a dot. This ensures the files/folders of common VCS are excluded (.svn, .git, .bzr, .hg, .gitignore, .gitmodules). Some common backup file names are also recognized (and ignored during the scan), such as "foo.bak" or "foo~".

See pyrus/Pyrus_Developer#9.