|
Last change
on this file since 9cdbee was 9cdbee, checked in by Frederik Heber <heber@…>, 16 years ago |
|
Excluded *tags* instead of just tags.
Signed-off-by: Frederik Heber <heber@tabletINS.(none)>
|
-
Property mode
set to
100755
|
|
File size:
514 bytes
|
| Line | |
|---|
| 1 | # exclude some dirs
|
|---|
| 2 | build*
|
|---|
| 3 | bin
|
|---|
| 4 | tests
|
|---|
| 5 |
|
|---|
| 6 | # versioning
|
|---|
| 7 | version.?
|
|---|
| 8 | .git-version
|
|---|
| 9 |
|
|---|
| 10 | # ecut
|
|---|
| 11 | .ecut*
|
|---|
| 12 |
|
|---|
| 13 | # exclude generated html
|
|---|
| 14 | *html*
|
|---|
| 15 |
|
|---|
| 16 | # exclude Eclipse files
|
|---|
| 17 | .cdt*
|
|---|
| 18 | .cproject
|
|---|
| 19 | .project
|
|---|
| 20 | .settings
|
|---|
| 21 | .csettings*
|
|---|
| 22 | .ecut*
|
|---|
| 23 | TestRunnerClient.cpp
|
|---|
| 24 | TestRunnerClient.h
|
|---|
| 25 |
|
|---|
| 26 | # ctags files
|
|---|
| 27 | *tags*
|
|---|
| 28 |
|
|---|
| 29 | # exclude automake generated stuff
|
|---|
| 30 | *.in
|
|---|
| 31 | *~
|
|---|
| 32 | *.swp
|
|---|
| 33 | *.bak
|
|---|
| 34 | configure
|
|---|
| 35 | config
|
|---|
| 36 | aclocal.m4
|
|---|
| 37 | autom4te.cache
|
|---|
| 38 | missing
|
|---|
| 39 | depcomp
|
|---|
| 40 | install-sh
|
|---|
| 41 | INSTALL
|
|---|
| 42 | COPYING
|
|---|
| 43 | NEWS
|
|---|
| 44 | AUTHORS
|
|---|
| 45 | CHANGES
|
|---|
| 46 | README
|
|---|
| 47 |
|
|---|
| 48 | # exclude compiled stuff
|
|---|
| 49 | *.o
|
|---|
| 50 |
|
|---|
| 51 | # exclude archives
|
|---|
| 52 | *.tgz
|
|---|
| 53 | *.tar.gz
|
|---|
| 54 | *.bgz
|
|---|
| 55 | *.tar.bz2
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.