.hgignore
author Tero Marttila <terom@paivola.fi>
Fri, 11 Apr 2014 19:51:02 +0300
changeset 70 72175852afd2
parent 50 e4ac5a591dcd
child 74 9031dafa39d6
permissions -rw-r--r--
dmx: support multi-valued cmd_fill, separate cmd_range
47
7f930a94ee1e bravely step into the modern world of C-programming, using avr-gcc for a hello world...
Tero Marttila <terom@paivola.fi>
parents: 18
diff changeset
     1
syntax: glob
18
79b25e81721f use timer for 1s delay
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     2
47
7f930a94ee1e bravely step into the modern world of C-programming, using avr-gcc for a hello world...
Tero Marttila <terom@paivola.fi>
parents: 18
diff changeset
     3
.*.swo
7f930a94ee1e bravely step into the modern world of C-programming, using avr-gcc for a hello world...
Tero Marttila <terom@paivola.fi>
parents: 18
diff changeset
     4
.*.swp
18
79b25e81721f use timer for 1s delay
Tero Marttila <terom@fixme.fi>
parents:
diff changeset
     5
50
e4ac5a591dcd src/ layout
Tero Marttila <terom@paivola.fi>
parents: 47
diff changeset
     6
build/
e4ac5a591dcd src/ layout
Tero Marttila <terom@paivola.fi>
parents: 47
diff changeset
     7
47
7f930a94ee1e bravely step into the modern world of C-programming, using avr-gcc for a hello world...
Tero Marttila <terom@paivola.fi>
parents: 18
diff changeset
     8
*.hex
7f930a94ee1e bravely step into the modern world of C-programming, using avr-gcc for a hello world...
Tero Marttila <terom@paivola.fi>
parents: 18
diff changeset
     9
*.s.*
7f930a94ee1e bravely step into the modern world of C-programming, using avr-gcc for a hello world...
Tero Marttila <terom@paivola.fi>
parents: 18
diff changeset
    10
7f930a94ee1e bravely step into the modern world of C-programming, using avr-gcc for a hello world...
Tero Marttila <terom@paivola.fi>
parents: 18
diff changeset
    11
docs/