• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# General ignored file types
2*.o
3*.a
4*.so
5*.swp
6
7# IDE settings
8.vscode
9.idea
10.settings
11.cproject
12.project
13
14# VIM files
15cscope*
16tags
17
18# Menuconfig temp files
19/config.h
20/.config
21/.config.old
22
23# Build temp files
24/out
25