]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/ti-rpmsg-char.git/blob - .gitignore
lib: Add initial automake build related files
[rpmsg/ti-rpmsg-char.git] / .gitignore
1 #
2 # NOTE! Please use 'git ls-files -i --exclude-standard'
3 # command after changing this file, to see if there are
4 # any tracked files which get ignored after the change.
5 #
7 # Normal rules
8 *.o
9 *.lo
10 *.la
11 *.so
13 # Automake related files
14 .libs
15 .deps
16 Makefile
17 Makefile.in
18 aclocal.m4
19 autom4te.cache
20 build-aux
21 config.h.in
22 config.h
23 config.log
24 config.status
25 configure
26 libtool
27 *.pc
28 stamp-h1
30 # Top-level generic files
31 !.gitignore
33 # cscope files
34 cscope.*
35 ncscope.*
36 target