Skip to content

Commit

Permalink
put generated files of the rust project in the .gitignore (CCExtracto…
Browse files Browse the repository at this point in the history
  • Loading branch information
shashwat1002 authored Jun 7, 2022
1 parent ca303d6 commit 689d92a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,11 @@ mac/CMakeCache.txt
bazel*

#Intellij IDEs
.idea/
.idea/

# Rust build and MakeFiles (and CMake files)
src/rust/CMakeFiles/
src/rust/CMakeCache.txt
src/rust/Makefile
src/rust/cmake_install.cmake
src/rust/target/

0 comments on commit 689d92a

Please sign in to comment.