From 7bb99cfd904b23c041be273ffc2746296e6eb814 Mon Sep 17 00:00:00 2001 From: Tomas Kulhanek Date: Mon, 25 Feb 2019 04:08:05 -0500 Subject: UPDATE: ignore IDE files --- .gitignore | 1 + .idea/CCPi-Regularisation-Toolkit.iml | 16 ---------------- .idea/encodings.xml | 4 ---- .idea/misc.xml | 7 ------- .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ 6 files changed, 1 insertion(+), 41 deletions(-) create mode 100644 .gitignore delete mode 100644 .idea/CCPi-Regularisation-Toolkit.iml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62c8935 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ \ No newline at end of file diff --git a/.idea/CCPi-Regularisation-Toolkit.iml b/.idea/CCPi-Regularisation-Toolkit.iml deleted file mode 100644 index c02bd4f..0000000 --- a/.idea/CCPi-Regularisation-Toolkit.iml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 15a15b2..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index c078c5c..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index e00e88e..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file -- cgit v1.2.3