diff --git a/.gitignore b/.gitignore index 5a6c815..fc6f581 100644 --- a/.gitignore +++ b/.gitignore @@ -28,5 +28,6 @@ bin/ ### Mac OS ### .DS_Store -*.iml -*.xml \ No newline at end of file +### EXTRA ### +CS4306-Algorithm_Analysis.iml +.idea diff --git a/.idea/.gitignore b/.idea/.gitignore index 13566b8..7df099c 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -6,3 +6,6 @@ # Datasource local storage ignored files /dataSources/ /dataSources.local.xml + +.iml +.xml \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 03f397c..ca950ab 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - diff --git a/.idea/modules.xml b/.idea/modules.xml index 8cdfad4..272d386 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/CS4306_Homework_1.iml b/CS4306-Algorithm_Analysis.iml similarity index 100% rename from CS4306_Homework_1.iml rename to CS4306-Algorithm_Analysis.iml