Corrected conversion for ICAP-Device
[reconos.git] / .gitignore
blob81a8a627b2e40e325e656ad47cce45a56803a006
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.
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.
10 # Normal rules
13 *.o
14 *.o.*
15 *.a
16 *.s
17 *.ko.unsigned
18 *.ko.stripped
19 *.ko.stripped.dig
20 *.ko.stripped.sig
21 *.ko
22 *.so
23 *.so.dbg
24 *.mod.c
25 *.i
26 *.lst
27 *.symtypes
28 *.symvers
29 *.order
30 modules.builtin
31 *.elf
32 *.bin
33 *.cmd
34 *.gz
35 *.bz2
36 *.lzma
37 *.xz
38 *.lzo
39 *.patch
40 *.gcno
41 *.pyc
44 # git files that we don't want to ignore even it they are dot-files
46 !.gitignore
47 !.mailmap
50 # editor crap
52 *.orig
53 *.swp
54 *.swo
56 \#*#