Commit f2385e7daf74a886eb60feb935c10e79816bad94

Authored by Jay Berkenbilt
1 parent 5ec1563a

Control IDE project files

.gitignore
... ... @@ -5,6 +5,5 @@ appimage/build
5 5 /external-libs
6 6 /distribution/
7 7 .cache
8   -/.idea
9 8 /html
10 9 Doxyfile
... ...
.idea/.gitignore 0 → 100644
  1 +# Default ignored files
  2 +/shelf/
  3 +/workspace.xml
  4 +# Editor-based HTTP Client requests
  5 +/httpRequests/
  6 +# Datasource local storage ignored files
  7 +/dataSources/
  8 +/dataSources.local.xml
... ...
.idea/codeStyles/Project.xml 0 → 100644
  1 +<component name="ProjectCodeStyleConfiguration">
  2 + <code_scheme name="Project" version="173">
  3 + <SqlCodeStyleSettings version="6">
  4 + <option name="KEYWORD_CASE" value="2" />
  5 + </SqlCodeStyleSettings>
  6 + <clangFormatSettings>
  7 + <option name="ENABLED" value="true" />
  8 + </clangFormatSettings>
  9 + </code_scheme>
  10 +</component>
0 11 \ No newline at end of file
... ...
.idea/codeStyles/codeStyleConfig.xml 0 → 100644
  1 +<component name="ProjectCodeStyleConfiguration">
  2 + <state>
  3 + <option name="USE_PER_PROJECT_SETTINGS" value="true" />
  4 + </state>
  5 +</component>
0 6 \ No newline at end of file
... ...
.idea/misc.xml 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<project version="4">
  3 + <component name="CMakeWorkspace" PROJECT_DIR="$PROJECT_DIR$" />
  4 +</project>
0 5 \ No newline at end of file
... ...
.idea/modules.xml 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<project version="4">
  3 + <component name="ProjectModuleManager">
  4 + <modules>
  5 + <module fileurl="file://$PROJECT_DIR$/.idea/qpdf.iml" filepath="$PROJECT_DIR$/.idea/qpdf.iml" />
  6 + </modules>
  7 + </component>
  8 +</project>
0 9 \ No newline at end of file
... ...
.idea/qpdf.iml 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<module classpath="CMake" type="CPP_MODULE" version="4" />
0 3 \ No newline at end of file
... ...
.idea/vcs.xml 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<project version="4">
  3 + <component name="VcsDirectoryMappings">
  4 + <mapping directory="" vcs="Git" />
  5 + </component>
  6 +</project>
0 7 \ No newline at end of file
... ...