.hgignore
author Tero Marttila <terom@paivola.fi>
Sat, 05 Apr 2014 00:37:32 +0300
changeset 58 a445e08b63e0
parent 50 e4ac5a591dcd
child 74 9031dafa39d6
permissions -rw-r--r--
hello-lkm: Control the JY-LKM1638 LED 7-segment display module
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/