diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2021-01-10 18:36:03 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2021-01-10 18:36:03 +0100 |
| commit | 8eeb38784aa4ab68c8bfbb9f8e6c5d191e4ac09d (patch) | |
| tree | e823d35eb058e39a4cab55f6e4b3dfe9a01143ad /.idea/misc.xml | |
| download | kilo-8eeb38784aa4ab68c8bfbb9f8e6c5d191e4ac09d.tar.xz kilo-8eeb38784aa4ab68c8bfbb9f8e6c5d191e4ac09d.zip | |
initial commit, done with chapter 2 (raw mode)
Diffstat (limited to '.idea/misc.xml')
| -rw-r--r-- | .idea/misc.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..53624c9 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ExternalStorageConfigurationManager" enabled="true" /> + <component name="MakefileSettings"> + <option name="linkedExternalProjectsSettings"> + <MakefileProjectSettings> + <option name="externalProjectPath" value="$PROJECT_DIR$" /> + <option name="modules"> + <set> + <option value="$PROJECT_DIR$" /> + </set> + </option> + <option name="version" value="2" /> + </MakefileProjectSettings> + </option> + </component> + <component name="MakefileWorkspace" PROJECT_DIR="$PROJECT_DIR$" /> +</project>
\ No newline at end of file |
