.hgignore
author Edouard TISSERANT <edouard.tisserant@gmail.com>
Wed, 16 Dec 2009 10:12:19 +0100
changeset 620 e56af5521e0e
parent 618 564a4a9862b1
child 752 48a0ebbefa74
permissions -rw-r--r--
fixed typo in makefile
554
b9b7ed3821f0 prevent eclipse to push .project with .hgignore
'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>'
parents:
diff changeset
     1
.project
618
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
     2
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
     3
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
     4
^objdictgen/gnosis$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
     5
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
     6
\.o$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
     7
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
     8
\.pyc$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
     9
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    10
\.a$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    11
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    12
\.orig$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    13
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    14
^\.settings.*
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    15
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    16
\.rej$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    17
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    18
^drivers/can_socket/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    19
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    20
^drivers/timers_unix/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    21
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    22
^drivers/unix/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    23
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    24
^drivers/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    25
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    26
^examples/CANOpenShell/Debug$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    27
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    28
^examples/CANOpenShell/CANOpenShellMasterOD\.c$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    29
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    30
^examples/CANOpenShell/CANOpenShellMasterOD\.h$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    31
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    32
^examples/CANOpenShell/CANOpenShellSlaveOD\.c$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    33
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    34
^examples/CANOpenShell/CANOpenShellSlaveOD\.h$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    35
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    36
^examples/CANOpenShell/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    37
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    38
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    39
^examples/SillySlave/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    40
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    41
^examples/TestMasterMicroMod/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    42
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    43
^examples/TestMasterSlave/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    44
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    45
^examples/TestMasterSlaveLSS/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    46
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    47
^examples/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    48
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    49
^drivers/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    50
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    51
^Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    52
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    53
^objdictgen/canfestival_config\.py$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    54
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    55
^objdictgen/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    56
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    57
^examples/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    58
syntax: regexp
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    59
^src/Makefile$
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    60
564a4a9862b1 added 'none' taget for building standalone library
edouard
parents: 617
diff changeset
    61
syntax: regexp
620
e56af5521e0e fixed typo in makefile
Edouard TISSERANT <edouard.tisserant@gmail.com>
parents: 618
diff changeset
    62
^include/config\.h$
e56af5521e0e fixed typo in makefile
Edouard TISSERANT <edouard.tisserant@gmail.com>
parents: 618
diff changeset
    63
syntax: regexp
e56af5521e0e fixed typo in makefile
Edouard TISSERANT <edouard.tisserant@gmail.com>
parents: 618
diff changeset
    64
^examples/TestMasterMicroMod/TestMasterMicroMod$
e56af5521e0e fixed typo in makefile
Edouard TISSERANT <edouard.tisserant@gmail.com>
parents: 618
diff changeset
    65
syntax: regexp
e56af5521e0e fixed typo in makefile
Edouard TISSERANT <edouard.tisserant@gmail.com>
parents: 618
diff changeset
    66
^examples/TestMasterSlave/TestMasterSlave$