From 488c36e2c1bd4fb944977f8c3dcff6d8d3414c49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20W=C3=B3jtowicz?= Date: Wed, 3 Oct 2018 16:56:50 +0000 Subject: [PATCH] Initial commit --- .gitignore | 39 +++++++++++++++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 42 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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