summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2017-02-14 11:48:19 +0100
committerNao Pross <naopross@thearcway.org>2017-02-14 11:48:19 +0100
commit0bb03c0a1d96c23689cc420238a37b9fd15b739c (patch)
treef2c137723355541788327ae4da6dfc789e78936c /.gitignore
parenthw: created z80acpu in sch library (diff)
downloadz80uPC-0bb03c0a1d96c23689cc420238a37b9fd15b739c.tar.gz
z80uPC-0bb03c0a1d96c23689cc420238a37b9fd15b739c.zip
sw: copied flash tool source from gameboymod
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore41
1 files changed, 40 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 105a5a0..f024179 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-
+## everywhere
# libreoffice lock files
**/.~lock*
@@ -6,4 +6,43 @@
**/*.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