From 5fc7830b5016574ea231eea5dfdb0d20da6c2c20 Mon Sep 17 00:00:00 2001 From: parsicoin Date: Sun, 16 Sep 2018 04:06:04 +0430 Subject: [PATCH] undelete --- .gitattributes | 2 ++ .gitignore | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6afd357 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.git* export-ignore +/CMakeLists.txt export-subst \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0b14727 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.DS_Store +/build +/tags +.idea +.ycm_extra_conf.py +.ycm_extra_conf.pyc +Release +Debug