GNU bug report logs -
#20794
ignore subdirectory with diff
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
One way to ignore a subdirectory is to use "-x <subdirectory name>"
In the following case, you could use "-x a". Note that would also ignore
files named "a" but not files "a.txt"
├── new
│ ├── a
│ ├── a.txt
│ ├── b
│ └── c
└── old
├── a
│ ├── 1
│ ├── 2
│ └── 3
├── a.txt
├── b
└── c
In case you want to ignore "aa/bb" (i.e. not comparing "old/aa/bb" and
"new/aa/bb"), you need to use "-x bb" so if you wanted to still
compare "new/cc/bb" and "old/cc/bb" you would be out of luck.
[Message part 2 (text/html, inline)]
This bug report was last modified 8 years and 164 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.