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