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/vcs.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/vcs.xml')
| -rw-r--r-- | .idea/vcs.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ +<?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 |