#2 closed task (fixed)
Improve svn:ignore handling for Linux
Reported by: | warmerdam | Owned by: | warmerdam |
---|---|---|---|
Priority: | minor | Milestone: | 3.3.0 |
Component: | General | Version: | |
Severity: | 1 | Keywords: | svn:ignore |
Cc: | mloskot | External ID: |
Description
Add svn:ignore properties so that "svn status" on linux only reports real changes, not the addition of various generated items lib .libs directories and Makefile/Makefile.in.
Change History (2)
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Severity: | → 1 |
Status: | new → closed |
comment:2 by , 17 years ago
Cc: | added |
---|---|
Keywords: | svn:ignore added |
There is similar task about svn:ignore patterns for generated files during Windows builds - ticket #204
Note:
See TracTickets
for help on using tickets.
I have applied svn:ignore properties to all Fdo core directories appropriately to avoid any spurious reports after a build. However, still lots of output files from the UnitTest will be reported if unit tests are run. I don't feel up to sorting out which are output files and which are input files in that area.
All changes in trunk only.