Bug 358378 - Exclusions don't follow files when the files are moved
Summary: Exclusions don't follow files when the files are moved
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 8.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-21 05:11 EDT by Phil Mason CLA
Modified: 2020-09-04 15:16 EDT (History)
3 users (show)

See Also:


Attachments
Patch that updates files exclusions move when an excluded file is moved (12.85 KB, patch)
2011-09-26 07:24 EDT, Phil Mason CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Phil Mason CLA 2011-09-21 05:11:14 EDT
Build Identifier: I20110613-1736

If an excluded file is moved (say from one folder to another) then the exclusion gets left behind so if the file is still meant to be excluded it is necessary to reset the exclusion.

Reproducible: Always

Steps to Reproduce:
1. Create a new project
2. Create a file in src/
3. Create a folder in src/
4. Exclude the file from the build.
5. Move the file into the folder 
6. File is no longer excluded from build.
Comment 1 Phil Mason CLA 2011-09-26 07:24:51 EDT
Created attachment 204004 [details]
Patch that updates files exclusions move when an excluded file is moved

This is a patch and test for the issue.