Add .gitignore file
[soft/lpc122x/tigp] / .gitignore
1 #
2 # NOTE! Don't add files that are generated in specific
3 # subdirectories here. Add them in the ".gitignore" file
4 # in that subdirectory instead.
5 #
6 # NOTE! Please use 'git ls-files -i --exclude-standard'
7 # command after changing this file, to see if there are
8 # any tracked files which get ignored after the change.
9 #
10 # Normal rules
11 #
12 *.o
13 *.d
14 *.bin
15 *.elf
16 *.map
17 */objs/*
18 *.zip
19 *.svg
20 *.dump
21 *.img
22 *.bak
23 tags