Skip to content

Commit

Permalink
update: gitignore file to include c++ code
Browse files Browse the repository at this point in the history
  • Loading branch information
skim0119 committed May 25, 2024
1 parent d2985be commit 3a1f106
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ sample_prog.py

# txt files
*.txt
!CMakelists.txt

# movie or video file formats
*.mp4
Expand Down
11 changes: 11 additions & 0 deletions backend/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps

0 comments on commit 3a1f106

Please sign in to comment.