gemini: In-flight ethernet patches
[openwrt/openwrt.git] / .gitignore
1 *.o
2 .DS_Store
3 .*.swp
4 /env
5 /dl
6 /.config
7 /.config.old
8 /.toolchain_build_ver
9 /bin
10 /build_dir
11 /staging_dir
12 /tmp
13 /logs
14 /feeds
15 /feeds.conf
16 /files
17 /target/linux/feeds
18 /overlay
19 /package/feeds
20 /package/openwrt-packages
21 /*.patch
22 /llvm-bpf*
23 key-build*
24 private-key.pem
25 public-key.pem
26 *.orig
27 *.rej
28 *~
29 .#*
30 *#
31 .emacs.desktop*
32 TAGS*~
33 git-src
34 .project
35 .cproject
36 .ccache
37 .vscode*