Mercurial > hg > nsaunier > traffic-intelligence
annotate .hgignore @ 10:068cf45c3f1b
added optical flow skeleton (test to reach a frame with cvqueryframe (fast for small resolutions)
| author | Nicolas Saunier <nico@confins.net> |
|---|---|
| date | Mon, 09 Nov 2009 01:56:25 -0500 |
| parents | ace29ecfb846 |
| children | 75cf537b8d88 |
| 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 | |
| 9 *~ | |
| 10 *.rej | |
| 11 *.orig | |
| 12 *.bak | |
| 13 *.lock | |
| 14 *.yml | |
| 15 *.zip | |
| 16 .emacs.desktop* | |
| 17 latex | |
| 18 html | |
| 19 bin | |
| 20 build |
