|
Last change
on this file since 534899 was 626e8a, checked in by Frederik Heber <heber@…>, 17 years ago |
|
excluded .bak-files and html directories
|
-
Property mode
set to
100644
|
|
File size:
320 bytes
|
| Line | |
|---|
| 1 | # exclude some dirs
|
|---|
| 2 | build*
|
|---|
| 3 | bin
|
|---|
| 4 | tests
|
|---|
| 5 |
|
|---|
| 6 | # exclude generated html
|
|---|
| 7 | html
|
|---|
| 8 | *.html
|
|---|
| 9 |
|
|---|
| 10 | # exclude Eclipse files
|
|---|
| 11 | .cdtproject
|
|---|
| 12 | .cproject
|
|---|
| 13 | .project
|
|---|
| 14 | .settings
|
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 | # exclude automake generated stuff
|
|---|
| 18 | *.in
|
|---|
| 19 | *.in~
|
|---|
| 20 | *.swp
|
|---|
| 21 | *.bak
|
|---|
| 22 | configure
|
|---|
| 23 | config
|
|---|
| 24 | aclocal.m4
|
|---|
| 25 | autom4te.cache
|
|---|
| 26 | missing
|
|---|
| 27 | INSTALL
|
|---|
| 28 | COPYING
|
|---|
| 29 |
|
|---|
| 30 | # exclude archives
|
|---|
| 31 | *.tgz
|
|---|
| 32 | *.tar.gz
|
|---|
| 33 | *.bgz
|
|---|
| 34 | *.tar.bz2
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.