Skip to content

Commit

Permalink
Updating git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
MIHAILO8 committed Oct 1, 2023
1 parent 6575e7a commit 8f5aa0f
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 11 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# CMake build directories
cmake-build-*/

# CLion-specific files
.cmake/
.idea/
*.iml

assets/grids/default_maze.grid
assets/grids/default_maze.grid
18 changes: 9 additions & 9 deletions assets/grids/default_maze.grid
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
X
# # X # #
# # # ########### # #
# # # XX # # #
# ### ####### ###X# #
# # # # # # # #
# # # # ##### # ### #
# # # #
X
# # X #
# # ######### #######
# # #X # #
# ##### # ####### #X#
# # # # # # #
# ### ### ##### ### #
# X # X #
X
Binary file modified cmake-build-debug-mingw/.ninja_deps
Binary file not shown.
3 changes: 3 additions & 0 deletions cmake-build-debug-mingw/.ninja_log
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
6 1980 7174869245780090 CMakeFiles/GROUP6.dir/source/Worlds/MazeGeneration.cpp.obj e345cb28088abd35
19 2774 7174869253686792 CMakeFiles/GROUP6.dir/source/simple_main.cpp.obj 6db3140807307c55
2774 3503 7174869260953989 GROUP6.exe ceb66a9f12d8e83
0 1775 7175374302068221 CMakeFiles/GROUP6.dir/source/Worlds/MazeGeneration.cpp.obj e345cb28088abd35
9 2375 7175374308026729 CMakeFiles/GROUP6.dir/source/simple_main.cpp.obj 6db3140807307c55
2375 3109 7175374315363086 GROUP6.exe ceb66a9f12d8e83
Binary file not shown.
Binary file not shown.
Binary file modified cmake-build-debug-mingw/GROUP6.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions cmake-build-debug-mingw/Testing/Temporary/LastTest.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Start testing: Sep 27 12:47 Eastern Daylight Time
Start testing: Oct 01 13:52 Eastern Daylight Time
----------------------------------------------------------
End testing: Sep 27 12:47 Eastern Daylight Time
End testing: Oct 01 13:52 Eastern Daylight Time

0 comments on commit 8f5aa0f

Please sign in to comment.