xref: /rockchip-linux_mpp/.gitignore (revision 437bfbeb9567cca9cd9080e3f6954aa9d6a94f18)
1#
2# cache files
3#
4*~
5*.swp
6*.gc??
7
8#
9# gnu global files
10#
11GPATH
12GRTAGS
13GSYMS
14GTAGS
15ID
16
17#
18# GNU Autotools
19#
20aclocal.m4
21autom4te.cache
22config.h
23config.h.in
24config.h-new
25config.log
26config.status
27config.guess
28config.sub
29config.rpath
30configure
31libtool
32stamp-h
33stamp-h.in
34stamp-h1
35ltmain.sh
36missing
37mkinstalldirs
38compile
39install-sh
40depcomp
41autoregen.sh
42ABOUT-NLS
43/INSTALL
44_stdint.h
45.dirstamp
46/m4
47.deps
48.libs
49*.lo
50*.la
51*.o
52Makefile.in
53Makefile
54/m4
55tmp-orc.c
56*orc.h
57
58#
59# VS
60#
61Build
62*.user
63*.suo
64*.ipch
65*.sdf
66*.opensdf
67*.DS_Store
68
69/test-driver
70*.log
71*.trs
72
73/subprojects
74
75#
76# Building cache
77#
78/build
79/mpp/version.h
80
81#
82# Debian
83#
84/obj-arm-linux-gnueabihf/
85/obj-aarch64-linux-gnu/
86
87#
88# VSCode
89#
90.vscode/
91.code-workspace
92