summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Kulhanek <tomas.kulhanek@stfc.ac.uk>2019-02-25 04:08:05 -0500
committerTomas Kulhanek <tomas.kulhanek@stfc.ac.uk>2019-02-25 04:08:05 -0500
commit7bb99cfd904b23c041be273ffc2746296e6eb814 (patch)
treecd26543a5d94edfb915bca9893545d582c468666
parentdd9bf72ee8c7f810e9e6442105790c8950800dae (diff)
downloadregularization-7bb99cfd904b23c041be273ffc2746296e6eb814.tar.gz
regularization-7bb99cfd904b23c041be273ffc2746296e6eb814.tar.bz2
regularization-7bb99cfd904b23c041be273ffc2746296e6eb814.tar.xz
regularization-7bb99cfd904b23c041be273ffc2746296e6eb814.zip
UPDATE: ignore IDE files
-rw-r--r--.gitignore1
-rw-r--r--.idea/CCPi-Regularisation-Toolkit.iml16
-rw-r--r--.idea/encodings.xml4
-rw-r--r--.idea/misc.xml7
-rw-r--r--.idea/modules.xml8
-rw-r--r--.idea/vcs.xml6
6 files changed, 1 insertions, 41 deletions
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="PYTHON_MODULE" version="4">
- <component name="NewModuleRootManager">
- <content url="file://$MODULE_DIR$">
- <sourceFolder url="file://$MODULE_DIR$" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/test" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/src/Python/src" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/src/Python/ccpi" isTestSource="false" />
- </content>
- <orderEntry type="jdk" jdkName="Python 3.6 (py3)" jdkType="Python SDK" />
- <orderEntry type="sourceFolder" forTests="false" />
- </component>
- <component name="TestRunnerService">
- <option name="PROJECT_TEST_RUNNER" value="Unittests" />
- </component>
-</module> \ 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="Encoding" addBOMForNewFiles="with NO BOM" />
-</project> \ 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.6 (py3)" project-jdk-type="Python SDK" />
- <component name="PyCharmProfessionalAdvertiser">
- <option name="shown" value="true" />
- </component>
-</project> \ 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="ProjectModuleManager">
- <modules>
- <module fileurl="file://$PROJECT_DIR$/.idea/CCPi-Regularisation-Toolkit.iml" filepath="$PROJECT_DIR$/.idea/CCPi-Regularisation-Toolkit.iml" />
- </modules>
- </component>
-</project> \ 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="VcsDirectoryMappings">
- <mapping directory="$PROJECT_DIR$" vcs="Git" />
- </component>
-</project> \ No newline at end of file