From 3a1f10680f919d553ae337ae6fa0f251d6fc6c9c Mon Sep 17 00:00:00 2001 From: Seung Hyun Kim Date: Sat, 25 May 2024 15:25:55 -0500 Subject: [PATCH] update: gitignore file to include c++ code --- .gitignore | 1 + backend/.gitignore | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 backend/.gitignore diff --git a/.gitignore b/.gitignore index 62305a521..535b8659c 100644 --- a/.gitignore +++ b/.gitignore @@ -213,6 +213,7 @@ sample_prog.py # txt files *.txt +!CMakelists.txt # movie or video file formats *.mp4 diff --git a/backend/.gitignore b/backend/.gitignore new file mode 100644 index 000000000..46f42f8f3 --- /dev/null +++ b/backend/.gitignore @@ -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