Initial commit

This commit is contained in:
Andrzej Wójtowicz 2018-10-03 16:56:50 +00:00 committed by Gogs
commit 488c36e2c1
2 changed files with 42 additions and 0 deletions

39
.gitignore vendored Normal file
View File

@ -0,0 +1,39 @@
# ---> C++
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# ---> Linux
*~
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# systemy-operacyjne-2018-rozwiazania
Rozwiązania zadań z przedmiotu Systemy operacyjne