Updated .gitignore for Python API generated file
[vpp.git] / .gitignore
1 *~
2 /build-root/.ccache
3 /build-root/build-*/
4 /build-root/install-*/
5 /build-root/tools
6 /build-root/dpdk-includes/
7 /build-root/packages-vpp/
8 /build-root/path_setup
9 /build-root/build-config.mk
10 /build-root/*.deb
11 /build-root/*.rpm
12 /build-root/*.changes
13 /build-config.mk
14 /vpp-api/python/vpp_papi/vpp_papi.py
15 /dpdk/*.tar.gz
16 /path_setup
17 /tools/
18 # start autotools ignore
19 autom4te.cache/
20 config/
21 Makefile
22 Makefile.in
23 aclocal.m4
24 app.info
25 compile
26 config.h
27 config.h.in
28 config.log
29 config.guess
30 config.sub
31 config.status
32 configure
33 configure.scan
34 coverage_report
35 depcomp
36 install-sh
37 libtool
38 m4
39 missing
40 stamp-h1
41 ltmain.sh
42 ylwrap
43 test-driver
44
45 .cproject
46 *.iml
47 .bootstrap.ok
48 .settings
49 # stop autotools ignore
50
51 # OSX and some IDE 
52 .DS_Store
53 .idea/
54 .project
55
56 # cscope and ctags
57 /cscope.*
58 /tags