aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-03-13 18:32:07 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-03-13 18:32:07 +0200
commit0431aecf1ef30a297c5a02c29b55eff11475dc43 (patch)
treed87c276081de8c1ff4371b125eb252644c4bbd8d /.gitignore
parentlibk: add Result<T, E> class (diff)
downloadkernel.cpp-0431aecf1ef30a297c5a02c29b55eff11475dc43.tar.xz
Add conf and mconf source code
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 5873c6f..54a2a5a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,13 @@
-glitch.elf
-glitch.iso
build/
-isodir/
drivers/hardware.h
src/cpu/irq.h
+tools/kconfig/lexer.lex.c
+tools/kconfig/lexer.lex.h
+tools/kconfig/parser.tab.c
+tools/kconfig/parser.tab.h
+
.config.old
*.tar*