commit 488c36e2c1bd4fb944977f8c3dcff6d8d3414c49 Author: Andrzej Wójtowicz Date: Wed Oct 3 16:56:50 2018 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4209c57 --- /dev/null +++ b/.gitignore @@ -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-* + diff --git a/README.md b/README.md new file mode 100644 index 0000000..f9dcf63 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# systemy-operacyjne-2018-rozwiazania + +Rozwiązania zadań z przedmiotu Systemy operacyjne \ No newline at end of file