Skip to content

Commit

Permalink
don't track .o and .so files
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinsimpson committed Jun 20, 2024
1 parent 851fd98 commit a185917
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@
## ignore backup files

.Rproj.user

# compiled source files
src/*.o
src/*.so

0 comments on commit a185917

Please sign in to comment.