From 08a8368245c984ff65bf22d2a169930482c20f80 Mon Sep 17 00:00:00 2001 From: Roman Shevchenko Date: Tue, 15 May 2018 12:49:59 +0200 Subject: [PATCH] [project] ignores CMake/CLion dirs in Windows file watcher sub-project --- native/WinFsNotifier/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 native/WinFsNotifier/.gitignore diff --git a/native/WinFsNotifier/.gitignore b/native/WinFsNotifier/.gitignore new file mode 100644 index 000000000000..3fc31dee9d5f --- /dev/null +++ b/native/WinFsNotifier/.gitignore @@ -0,0 +1,4 @@ +/.idea/ +/cmake-build-*/ +/build32/ +/build64/ \ No newline at end of file