diff options
| author | Andrei Florea <[email protected]> | 2022-10-05 16:20:12 -0700 |
|---|---|---|
| committer | Andrei Florea <[email protected]> | 2022-10-05 16:20:12 -0700 |
| commit | cba9cf1f3e454bebbdb6133becb8f7a60bcde868 (patch) | |
| tree | bb19da5019f7ffa7f2ea0c735f661c6ac0d02659 /.idea/modules.xml | |
| parent | Adding files that appeared after trying to debug (diff) | |
| download | cst116-lab0-debugging-florea-cba9cf1f3e454bebbdb6133becb8f7a60bcde868.tar.xz cst116-lab0-debugging-florea-cba9cf1f3e454bebbdb6133becb8f7a60bcde868.zip | |
Adding .gitignore file for my IDE 'CLion'
Diffstat (limited to '.idea/modules.xml')
| -rw-r--r-- | .idea/modules.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..fce7667 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ProjectModuleManager"> + <modules> + <module fileurl="file://$PROJECT_DIR$/.idea/cst116-lab0-debugging-florea.iml" filepath="$PROJECT_DIR$/.idea/cst116-lab0-debugging-florea.iml" /> + </modules> + </component> +</project>
\ No newline at end of file |