Skip to content

Commit

Permalink
Initial commit for my project submission.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrodovsky committed Mar 22, 2021
1 parent 5ceace1 commit cb3c393
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
38 changes: 37 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,40 @@ draw.cpp
test.cpp
build/
bin/
lib/
lib/
cmake_install.cmake
CMakeCache.txt
Makefile
CMakeFiles/cmake.check_cache
CMakeFiles/CMakeDirectoryInformation.cmake
CMakeFiles/CMakeError.log
CMakeFiles/CMakeOutput.log
CMakeFiles/Makefile.cmake
CMakeFiles/Makefile2
CMakeFiles/progress.marks
CMakeFiles/TargetDirectories.txt
CMakeFiles/3.16.3/CMakeCCompiler.cmake
CMakeFiles/3.16.3/CMakeCXXCompiler.cmake
CMakeFiles/3.16.3/CMakeDetermineCompilerABI_C.bin
CMakeFiles/3.16.3/CMakeDetermineCompilerABI_CXX.bin
CMakeFiles/3.16.3/CMakeSystem.cmake
CMakeFiles/3.16.3/CompilerIdC/a.out
CMakeFiles/3.16.3/CompilerIdC/CMakeCCompilerId.c
CMakeFiles/3.16.3/CompilerIdCXX/a.out
CMakeFiles/3.16.3/CompilerIdCXX/CMakeCXXCompilerId.cpp
CMakeFiles/OSM_A_star_search.dir/build.make
CMakeFiles/OSM_A_star_search.dir/cmake_clean.cmake
CMakeFiles/OSM_A_star_search.dir/depend.make
CMakeFiles/OSM_A_star_search.dir/DependInfo.cmake
CMakeFiles/OSM_A_star_search.dir/flags.make
CMakeFiles/OSM_A_star_search.dir/link.txt
CMakeFiles/OSM_A_star_search.dir/progress.make
CMakeFiles/test.dir/build.make
CMakeFiles/test.dir/cmake_clean.cmake
CMakeFiles/test.dir/depend.make
CMakeFiles/test.dir/DependInfo.cmake
CMakeFiles/test.dir/flags.make
CMakeFiles/test.dir/link.txt
CMakeFiles/test.dir/progress.make
thirdparty/pugixml
thirdparty/pugixml
11 changes: 11 additions & 0 deletions route-planner.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"folders": [
{
"path": "."
},
{
"path": "../P0267_RefImpl"
}
],
"settings": {}
}

0 comments on commit cb3c393

Please sign in to comment.