From 0e8d905c4ea5b5e0f6543032231e71c4f162ee98 Mon Sep 17 00:00:00 2001 From: JunkJumper <38364274+JunkJumper@users.noreply.github.com> Date: Sun, 3 May 2020 14:09:31 +0200 Subject: [PATCH] Initial commit --- .gitignore | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 54 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c6127b3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,52 @@ +# Prerequisites +*.d + +# Object files +*.o +*.ko +*.obj +*.elf + +# Linker output +*.ilk +*.map +*.exp + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.lib +*.a +*.la +*.lo + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex + +# Debug files +*.dSYM/ +*.su +*.idb +*.pdb + +# Kernel Module Compile Results +*.mod* +*.cmd +.tmp_versions/ +modules.order +Module.symvers +Mkfile.old +dkms.conf diff --git a/README.md b/README.md new file mode 100644 index 0000000..a2c3625 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# M111_Introduction_aux_systemes_informatiques +M111_Introduction_aux_systemes_informatiques