summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 9a7f8c8549f5276542f6e0eb653133a4d915dff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Swap and backup files
.*.sw*
.sw*
*~
Session.vim

# Source archives
gcc-*-*.orig.tar.*
COPYING.RUNTIME

# Generated files
cpp-*-*-*-*.pkg/
gcc-*-*-*-*.pkg/
g++-*-*-*-*.pkg/
targets.mk

# Local macro overrides
local.mk

# Work area
tmp/