Add TODO
[SmartMotor.git] / SmartMotor-2.0-MiniGui / .gitignore
blob692a10ad95fc31c63bbc0636274a13fb5d25cb1c
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 # Normal rules
8 #.*
9 *.o
10 *.a
11 *.s
12 *.ko
13 *.so
14 *.mod.c
15 *.i
16 *.lst
17 *.symtypes
18 *.tab.c
21 # Top-level generic files
23 config.log
24 config.status
25 config.cache
26 configure.lineno
27 config.status.lineno
28 *requests
31 # user program files
33 #src/programe/
34 src/Makefile
36 # stgit generated dirs
37 patches-*
39 # quilt's files
40 #patches
41 #series
43 # cscope files
44 cscope.*
47 # We use lot of dot files... so add all dotfiles.
48 !\.*
51 # Ignore user's file
53 .*old
55 *.old
56 GPATH
57 GRTAGS
58 GSYMS
59 GTAGS
61 TAGS
62 tags
64 # Ignore generated files (thay should be removed with make clean)
65 .*.cmd
66 .tmp*
67 .config
71 # generated files
73 smartmotor
74 src/smartmotor.tar.gz
76 #properly handle quilt's .version file.
77 !.pc/.version
79 # Ignore reject file created by patch command.
80 *.rej
81 *.orig