Update .gitignore to include editor save files and executables.
authorMargaret Wasserman <margaret@moonshot-proxy.(none)>
Mon, 6 May 2013 19:31:49 +0000 (15:31 -0400)
committerMargaret Wasserman <margaret@moonshot-proxy.(none)>
Mon, 6 May 2013 19:31:49 +0000 (15:31 -0400)
.gitignore

index 022427e..f46797e 100644 (file)
@@ -1,4 +1,6 @@
 *~
+\#*\#
+.\#*
 *.o
 *.la
 *.lo
@@ -15,3 +17,7 @@ m4
 ltmain.sh
 libtool
 config.*
+tr/trust_router
+common/dh_test/tr_dh_test
+tid/example/tids
+tid/example/tidc
\ No newline at end of file