franktakes / teexgraph

C++ library for large-scale network analysis and computation
GNU General Public License v3.0
24 stars 8 forks source link

Remove Timer.o and ignore .o files #5

Closed r-barnes closed 3 years ago

r-barnes commented 3 years ago

Timer.o got added to the repo somehow. This removes it and tells git to ignore *.o files.

franktakes commented 3 years ago

Thanks for all your contributions. Overall they look neat and very useful. Yep, it makes sense to have *.o in the .gitignore; this is in https://github.com/franktakes/teexgraph/pull/4 but I have yet to complete reviewing that one.