Commit 38336c3b authored by Mulas, Giacomo's avatar Mulas, Giacomo
Browse files

correct .gitignore to account for new object dirs

parent 4037d0d6
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3,5 +3,7 @@ build/cluster/*
build/sphere/*
build/testing/*
build/trapping/*
build/libnptm/*
doc/build/*
src/objects/*
 No newline at end of file
src/*/objects/*
src/*/dynobjects/*