Mercurial > hg > nsaunier > traffic-intelligence
annotate .hgignore @ 1298:f4d4bb9ec34f
minor bug
| author | Nicolas Saunier <nicolas.saunier@polymtl.ca> |
|---|---|
| date | Tue, 25 Mar 2025 11:03:38 -0400 |
| parents | 3a6b00f13e95 |
| children |
| 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 |
|
361
9d486af42e49
added files to ignore given the CMakeLists.txt
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
252
diff
changeset
|
25 install_manifest.txt |
|
1160
3a6b00f13e95
avoid tracking makefile generated by cmake
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
1036
diff
changeset
|
26 trajectorymanagement/Makefile |
|
120
46b166523bf8
added CMakeLists.txt for feature-based-tracking
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
65
diff
changeset
|
27 |
| 1 | 28 latex |
| 29 html | |
| 30 bin | |
|
120
46b166523bf8
added CMakeLists.txt for feature-based-tracking
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
65
diff
changeset
|
31 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
|
32 CMakeFiles |
|
1036
0d7e5e290ea3
upload to pypi
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
554
diff
changeset
|
33 dist |
|
0d7e5e290ea3
upload to pypi
Nicolas Saunier <nicolas.saunier@polymtl.ca>
parents:
554
diff
changeset
|
34 trafficintelligence.egg-info |
| 252 | 35 ipch |
| 36 win32-depends/opencv/ | |
| 37 win32-depends/boost/ | |
| 38 win32-depends/klt | |
| 39 win32-depends/sqlite |
