|
Last change
on this file since 17:0b3b26cd1cea was
17:0b3b26cd1cea,
checked in by Alpar Juttner <alpar@…>, 17 years ago
|
|
Better build system
- configure script added
- demo/*.cc are now compiled (the executables are in demo/build)
- version number appears in the doc and automatically updates
- the cross reference to the lemon doc can be relocated (e.g. to a local
copy of the doc)
- some repo reorganization has taken place
- better .hgignore
|
|
File size:
204 bytes
|
| Line | |
|---|
| 1 | syntax: glob |
|---|
| 2 | *.obj |
|---|
| 3 | *.orig |
|---|
| 4 | *.rej |
|---|
| 5 | *~ |
|---|
| 6 | *.o |
|---|
| 7 | *.log |
|---|
| 8 | *.lo |
|---|
| 9 | *.tar.* |
|---|
| 10 | *.bak |
|---|
| 11 | *.tag |
|---|
| 12 | *.tmp |
|---|
| 13 | .dirstamp |
|---|
| 14 | Doxyfile |
|---|
| 15 | Makefile |
|---|
| 16 | |
|---|
| 17 | syntax: regexp |
|---|
| 18 | (.*/)?\#[^/]*\#$ |
|---|
| 19 | (.*/)?\.\#[^/]*$ |
|---|
| 20 | ^html/.* |
|---|
| 21 | ^gen-images/.* |
|---|
| 22 | ^gen-dox/.* |
|---|
| 23 | ^demo/build/.* |
|---|
Note: See
TracBrowser
for help on using the repository browser.