.hgignore
author Tero Marttila <terom@paivola.fi>
Sat, 05 Apr 2014 01:50:26 +0300
changeset 59 7090f61e5e17
parent 50 e4ac5a591dcd
child 74 9031dafa39d6
permissions -rw-r--r--
hello-lkm: buttons
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/