Skip to content

Commit

Permalink
Creating .gitignore. Issue #110
Browse files Browse the repository at this point in the history
  • Loading branch information
David Cemin authored and Levi Pearson committed Nov 1, 2014
1 parent a00a409 commit 1733f3a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
build/
daemons/gptp/linux/build/obj/*.o
daemons/gptp/linux/build/obj/daemon_cl
daemons/maap/linux/maap_daemon
examples/common/*.o
examples/jackd-listener/jack_listener
examples/jackd-talker/*.o
examples/jackd-talker/jackd_talker
examples/live_stream/listener
examples/live_stream/talker
examples/mrp_client/mrpValidate
examples/mrp_client/*.o
examples/mrp_client/mrpl
examples/mrp_client/mrpq
examples/simple_listener/simple_listener
examples/simple_talker/simple_talker
examples/simple_talker/*.o
kmod/igb/.*.cmd
kmod/igb/.tmp_versions/
kmod/igb/Module.symvers
kmod/igb/*.o
kmod/igb/*.ko
kmod/igb/*.mod.*
kmod/igb/modules.order
lib/igb/*.o
lib/igb/*.a

0 comments on commit 1733f3a

Please sign in to comment.