|
Last change
on this file since 01e6c5 was 9ef65d, checked in by Frederik Heber <heber@…>, 16 years ago |
|
ctags file 'tags' is ignored.
|
-
Property mode
set to
100755
|
|
File size:
356 bytes
|
| Line | |
|---|
| 1 | # exclude some dirs
|
|---|
| 2 | build*
|
|---|
| 3 | bin
|
|---|
| 4 | tests
|
|---|
| 5 |
|
|---|
| 6 | # exclude generated html
|
|---|
| 7 | *html*
|
|---|
| 8 |
|
|---|
| 9 | # exclude Eclipse files
|
|---|
| 10 | .cdt*
|
|---|
| 11 | .cproject
|
|---|
| 12 | .project
|
|---|
| 13 | .settings
|
|---|
| 14 |
|
|---|
| 15 | # ctags files
|
|---|
| 16 | tags
|
|---|
| 17 |
|
|---|
| 18 | # exclude automake generated stuff
|
|---|
| 19 | *.in
|
|---|
| 20 | *.in~
|
|---|
| 21 | *.swp
|
|---|
| 22 | *.bak
|
|---|
| 23 | configure
|
|---|
| 24 | config
|
|---|
| 25 | aclocal.m4
|
|---|
| 26 | autom4te.cache
|
|---|
| 27 | missing
|
|---|
| 28 | INSTALL
|
|---|
| 29 | COPYING
|
|---|
| 30 | NEWS
|
|---|
| 31 | AUTHORS
|
|---|
| 32 | CHANGES
|
|---|
| 33 | README
|
|---|
| 34 |
|
|---|
| 35 | # exclude archives
|
|---|
| 36 | *.tgz
|
|---|
| 37 | *.tar.gz
|
|---|
| 38 | *.bgz
|
|---|
| 39 | *.tar.bz2
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.