summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: f9378caa0017cc84808aff3f51c4dc56e57d52df (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/**/makefile
sw/**/makefile.in
sw/**/ar-lib
sw/**/mdate-sh
sw/**/py-compile
sw/**/test-driver
sw/**/ylwrap
sw/**/autom4te.cache
sw/**/autoscan.log
sw/**/autoscan-*.log
sw/**/aclocal.m4
sw/**/compile
sw/**/config.guess
sw/**/config.h.in
sw/**/config.log
sw/**/config.status
sw/**/config.sub
sw/**/configure
sw/**/configure.scan
sw/**/depcomp
sw/**/install-sh
sw/**/missing
sw/**/stamp-h*
sw/**/build-aux
sw/**/ltmain.sh
sw/**/texinfo.tex
sw/**/.deps

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

# custom
various/*

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