Mercurial > hg > nsaunier > traffic-intelligence
annotate .hgignore @ 84:731df2fa0010
correction to compile with latest opencv
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Tue, 29 Mar 2011 01:47:00 -0400 |
| parents | 75cf537b8d88 |
| children | 46b166523bf8 |
| rev | line source |
|---|---|
| 1 | 1 # use glob syntax. |
| 2 syntax: glob | |
| 3 | |
|
3
ace29ecfb846
basic files and directories
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
1
diff
changeset
|
4 *.out |
| 1 | 5 *.a |
| 6 *.o | |
| 7 *.exe | |
| 8 *.pyc | |
|
65
75cf537b8d88
moved and generalized map making functions to the library
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
3
diff
changeset
|
9 *.pyo |
| 1 | 10 *~ |
| 11 *.rej | |
| 12 *.orig | |
| 13 *.bak | |
| 14 *.lock | |
| 15 *.yml | |
| 16 *.zip | |
| 17 .emacs.desktop* | |
| 18 latex | |
| 19 html | |
| 20 bin | |
| 21 build |
