Skip to content
Snippets Groups Projects

Übung1

Closed omah03 requested to merge omah03/alp4-repo-template:Übung1 into main
4 files
+ 106
8
Compare changes
  • Side-by-side
  • Inline
Files
4
.gitignore 0 → 100644
+ 19
0
 
# ignore everything
 
*
 
 
 
# specify files to track
 
# general stuff
 
!.gitignore
 
!*.tex
 
!*.md
 
 
# specifics for C
 
!*.c
 
!*.h
 
!Makefile
 
 
# specifics for java
 
!*.java
 
 
Loading