summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 23cb2e2d4f884a79739447fe257399ed47984530 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
## everywhere
# libreoffice lock files 
**/.~lock*

# vim files
**/*.swp
**/*~

## doc related
# latex
doc/**/*.aux
doc/**/*.log

## sw related
# autotools
sw/linux/**/makefile
sw/linux/**/makefile.in
sw/linux/**/ar-lib
sw/linux/**/mdate-sh
sw/linux/**/py-compile
sw/linux/**/test-driver
sw/linux/**/ylwrap
sw/linux/**/autom4te.cache
sw/linux/**/autoscan.log
sw/linux/**/autoscan-*.log
sw/linux/**/aclocal.m4
sw/linux/**/compile
sw/linux/**/config.guess
sw/linux/**/config.h.in
sw/linux/**/config.log
sw/linux/**/config.status
sw/linux/**/config.sub
sw/linux/**/configure
sw/linux/**/configure.scan
sw/linux/**/depcomp
sw/linux/**/install-sh
sw/linux/**/missing
sw/linux/**/stamp-h*
sw/linux/**/build-aux
sw/linux/**/ltmain.sh
sw/linux/**/texinfo.tex
sw/linux/**/.deps

# binaries
sw/**/*.hex
sw/**/*.bin
sw/**/*.o
sw/**/*.a

# custom
various/*

# sublime
z80.sublime-project
z80.sublime-workspace