author | Tero Marttila <terom@paivola.fi> |
Thu, 03 Apr 2014 18:49:02 +0300 | |
changeset 48 | 50dc2f4d90fd |
parent 47 | 7f930a94ee1e |
child 50 | e4ac5a591dcd |
permissions | -rw-r--r-- |
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 | 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 | 5 |
|
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
|
6 |
*.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
|
7 |
*.elf |
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 |
|
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/ |