.hgignore
changeset 618 564a4a9862b1
parent 617 7d025140477e
child 620 e56af5521e0e
--- a/.hgignore	Wed Dec 09 10:31:56 2009 +0100
+++ b/.hgignore	Wed Dec 09 15:46:35 2009 +0100
@@ -1,1 +1,62 @@
 .project
+
+syntax: regexp
+^objdictgen/gnosis$
+syntax: regexp
+\.o$
+syntax: regexp
+\.pyc$
+syntax: regexp
+\.a$
+syntax: regexp
+\.orig$
+syntax: regexp
+^\.settings.*
+syntax: regexp
+\.rej$
+syntax: regexp
+^drivers/can_socket/Makefile$
+syntax: regexp
+^drivers/timers_unix/Makefile$
+syntax: regexp
+^drivers/unix/Makefile$
+syntax: regexp
+^drivers/Makefile$
+syntax: regexp
+^examples/CANOpenShell/Debug$
+syntax: regexp
+^examples/CANOpenShell/CANOpenShellMasterOD\.c$
+syntax: regexp
+^examples/CANOpenShell/CANOpenShellMasterOD\.h$
+syntax: regexp
+^examples/CANOpenShell/CANOpenShellSlaveOD\.c$
+syntax: regexp
+^examples/CANOpenShell/CANOpenShellSlaveOD\.h$
+syntax: regexp
+^examples/CANOpenShell/Makefile$
+
+syntax: regexp
+^examples/SillySlave/Makefile$
+syntax: regexp
+^examples/TestMasterMicroMod/Makefile$
+syntax: regexp
+^examples/TestMasterSlave/Makefile$
+syntax: regexp
+^examples/TestMasterSlaveLSS/Makefile$
+syntax: regexp
+^examples/Makefile$
+syntax: regexp
+^drivers/Makefile$
+syntax: regexp
+^Makefile$
+syntax: regexp
+^objdictgen/canfestival_config\.py$
+syntax: regexp
+^objdictgen/Makefile$
+syntax: regexp
+^examples/Makefile$
+syntax: regexp
+^src/Makefile$
+
+syntax: regexp
+^include/config\.h$
\ No newline at end of file