From 736645f680d66a9a9fb85800dd4b80689b70ac72 Mon Sep 17 00:00:00 2001 From: arlettamorgan Date: Fri, 28 Jan 2022 14:08:18 +0100 Subject: [PATCH] Initial commit --- .gitignore | 40 ++++++++++++++++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 43 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6feb820 --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +# ---> CodeKit +# General CodeKit files to ignore +config.codekit +config.codekit3 +/min + +# ---> C++ +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + diff --git a/README.md b/README.md new file mode 100644 index 0000000..4f6e12a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Research_custom + +In addition to writing for academic purposes, an academic research writer can also write for personal pleasure. Many writers take on research projects as part of their work. \ No newline at end of file