Skip to content

Commit

Permalink
Update .gitignore to exclude additional files
Browse files Browse the repository at this point in the history
Added the /modules/rayaop.so file to the .gitignore to prevent it from being tracked by Git. This helps maintain a cleaner repository and prevents unnecessary files from being committed.
  • Loading branch information
koriym committed Nov 5, 2024
1 parent 9849cbe commit e027d1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@
# Ignore directories and its content
/Makefile.fragments
/Makefile.objects
/cmake-build-debug
/cmake-build-debug
/modules/rayaop.so

0 comments on commit e027d1c

Please sign in to comment.