Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
weiguangcui committed Apr 18, 2024
1 parent b5e278a commit d7a5364
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
_site
.jekyll-cache
CodingTutorialC++/cmake-build-debug
ruby
.bundle
9 changes: 8 additions & 1 deletion CodingTutorialC++/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,11 @@ set(CMAKE_CXX_STANDARD 11)
add_executable(ACO_practice overflow.cpp
MainArgs.cpp
openmp-example.cpp
pi.cpp)
pi.cpp
pointer-dam.cpp
pointer-update-parameter.cpp
pointer-dam3D.cpp
IO.cpp
class.cpp
structure.cpp
)

0 comments on commit d7a5364

Please sign in to comment.