Skip to content
Snippets Groups Projects

Übung2

Open omah03 requested to merge omah03/alp4-repo-template:Übung2 into main
Compare and
7 files
+ 304
8
Compare changes
  • Side-by-side
  • Inline
Files
7
.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