From fdf6ad823c01bde30b0dc1d58ee227bee5168c59 Mon Sep 17 00:00:00 2001 From: aivve Date: Sat, 2 Sep 2017 17:25:50 +0300 Subject: [PATCH] .gitattributes .gitignore --- .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 000000000..6afd357c2 --- /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 000000000..0b1472706 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.DS_Store +/build +/tags +.idea +.ycm_extra_conf.py +.ycm_extra_conf.pyc +Release +Debug