DAT290 / .gitignore
.gitignore
Raw
# Prerequisites
*.d

# Object files
*.o
*.ko
*.obj
*.elf

# Linker output
*.ilk
*.map
*.exp

# Precompiled Headers
*.gch
*.pch

# Libraries
*.lib
*.a
*.la
*.lo

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex

# Debug files
*.dSYM/
*.su
*.idb
*.pdb

# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf

#files generated by the md407 compiler
compile_flags.txt
*.dass
*.s19
*.c.o
*.c.o.d
*.d

# LaTeX and BibTeX files

dokumentation/**/*.aux
dokumentation/**/*.log
dokumentation/**/*.pdf
!dokumentation/**/figurer/*.pdf
!dokumentation/**/auxiliary/*.pdf
dokumentation/**/*.synctex.gz
dokumentation/**/*.toc
dokumentation/**/*.fls
dokumentation/**/*.fdb_latexmk
dokumentation/**/*.lof
dokumentation/**/*.lot
dokumentation/**/*.synctex(busy)
dokumentation/**/*.bbl
dokumentation/**/*.blg
dokumentation/**/Main-blx.bib
dokumentation/**/*.bcf
dokumentation/**/*.xml

#codelite files
*.project
.codelite/
*.workspace
tags
Makefile

#codelite central unit directory
kod/Central_unit/Debug/
kod/Central_unit/Central_unit.mk
kod/Central_unit/Central_unit.txt
kod/Central_unit/md407-ram-crt.x

#makefile
makefile