diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/.arch-inventory | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib-src/.arch-inventory b/lib-src/.arch-inventory new file mode 100644 index 00000000000..0e0621a8dc3 --- /dev/null +++ b/lib-src/.arch-inventory | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | # Ignore binaries | ||
| 2 | backup ^(test-distrib|make-docfile|profile|digest-doc|movemail|cvtmail|fakemail|yow|emacsserver|hexl|update-game-score|etags|ctags|emacsclient|b2m|ebrowse)$ | ||
| 3 | |||
| 4 | # Building actually makes a copy/link of the source file | ||
| 5 | precious ^(ctags\.c)$ | ||
| 6 | |||
| 7 | # Windows generates this | ||
| 8 | backup ^(DOC)$ | ||
| 9 | |||
| 10 | # arch-tag: da33b3d6-170d-4fe5-9eb8-ed2753bc9b4f | ||