Mercurial > hg > nsaunier > traffic-intelligence
annotate .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 | 46b166523bf8 |
| children | 933e400ee53b |
| 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 *.pyc | |
|
65
75cf537b8d88
moved and generalized map making functions to the library
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
3
diff
changeset
|
8 *.pyo |
| 1 | 9 *~ |
| 10 *.rej | |
| 11 *.orig | |
| 12 *.bak | |
| 13 *.lock | |
| 14 *.yml | |
| 15 *.zip | |
|
251
4978b5baf8f1
Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
120
diff
changeset
|
16 *.opensdf |
|
4978b5baf8f1
Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
120
diff
changeset
|
17 *.sdf |
|
4978b5baf8f1
Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
120
diff
changeset
|
18 *.suo |
|
4978b5baf8f1
Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
120
diff
changeset
|
19 *.user |
|
4978b5baf8f1
Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
120
diff
changeset
|
20 *.filters |
| 1 | 21 .emacs.desktop* |
|
120
46b166523bf8
added CMakeLists.txt for feature-based-tracking
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
65
diff
changeset
|
22 |
|
46b166523bf8
added CMakeLists.txt for feature-based-tracking
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
65
diff
changeset
|
23 CMakeCache.txt |
|
46b166523bf8
added CMakeLists.txt for feature-based-tracking
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
65
diff
changeset
|
24 *.cmake |
|
46b166523bf8
added CMakeLists.txt for feature-based-tracking
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
65
diff
changeset
|
25 |
| 1 | 26 latex |
| 27 html | |
| 28 bin | |
|
120
46b166523bf8
added CMakeLists.txt for feature-based-tracking
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
65
diff
changeset
|
29 build |
|
251
4978b5baf8f1
Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
120
diff
changeset
|
30 CMakeFiles |
|
4978b5baf8f1
Win32 version for traffic intelligence. Use the README-Win32.txt to know how to
Jeep-Tour@Jeep-Tour-PC
parents:
120
diff
changeset
|
31 ipch |
