diff .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
line wrap: on
line diff
--- a/.hgignore	Wed Jul 18 02:54:22 2012 -0400
+++ b/.hgignore	Mon Jul 23 12:27:50 2012 -0400
@@ -4,7 +4,6 @@
 *.out
 *.a
 *.o
-*.exe
 *.pyc
 *.pyo
 *~
@@ -14,6 +13,11 @@
 *.lock
 *.yml
 *.zip
+*.opensdf
+*.sdf
+*.suo
+*.user
+*.filters
 .emacs.desktop*
 
 CMakeCache.txt
@@ -23,4 +27,5 @@
 html
 bin
 build
-CMakeFiles
\ No newline at end of file
+CMakeFiles
+ipch
\ No newline at end of file