Mercurial > hg > nsaunier > traffic-intelligence
comparison win32-depends/.hgignore @ 251:4978b5baf8f1
Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
fetch the dependencies. A batch file is included to automate most of the process
| author | Jeep-Tour@Jeep-Tour-PC |
|---|---|
| date | Mon, 23 Jul 2012 12:27:50 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 248:571ba5ed22e2 | 251:4978b5baf8f1 |
|---|---|
| 1 # use glob syntax. | |
| 2 syntax: glob | |
| 3 | |
| 4 *.out | |
| 5 *.a | |
| 6 *.o | |
| 7 *.pyc | |
| 8 *.pyo | |
| 9 *~ | |
| 10 *.rej | |
| 11 *.orig | |
| 12 *.bak | |
| 13 *.lock | |
| 14 *.yml | |
| 15 *.zip | |
| 16 *.opensdf | |
| 17 *.sdf | |
| 18 *.suo | |
| 19 *.user | |
| 20 .emacs.desktop* | |
| 21 | |
| 22 CMakeCache.txt | |
| 23 *.cmake | |
| 24 | |
| 25 latex | |
| 26 html | |
| 27 bin | |
| 28 build | |
| 29 CMakeFiles | |
| 30 ipch | |
| 31 boost | |
| 32 klt | |
| 33 opencv | |
| 34 sqlite | |
| 35 win32-depends.zip |
