From: Margaret Wasserman Date: Mon, 6 May 2013 19:31:49 +0000 (-0400) Subject: Update .gitignore to include editor save files and executables. X-Git-Tag: 1.0~31 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=commitdiff_plain;h=0390440075ba40431921104439b443cbda947847 Update .gitignore to include editor save files and executables. --- diff --git a/.gitignore b/.gitignore index 022427e..f46797e 100644 --- a/.gitignore +++ b/.gitignore @@ -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