diff options
author | George Kiagiadakis <gkiagia@tolabaki.gr> | 2016-07-09 12:33:15 +0300 |
---|---|---|
committer | George Kiagiadakis <gkiagia@tolabaki.gr> | 2016-07-09 12:33:15 +0300 |
commit | 712cce532db8b6bb8c52b693036bc4ad07d482e1 (patch) | |
tree | e56e53494f5536e0db703c373c33c902f281c3d2 | |
parent | 089e45ee2d80b11e1b8ef0c2d62b5336d12e6add (diff) |
gitignore: update ignored files, add *.trs, *.log and tools/telepathy-glib-env
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9c42dc2c1..8d982f3b6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,12 +3,14 @@ *.gcno *.gcov *.l[ao] +*.log *.loT *.orig *.pc *.py[co] *.rej *.sw[op] +*.trs *~ *# .#* @@ -102,3 +104,4 @@ cscope.out /tests/twisted/tools/with-session-bus-*.bustle-logs /tests/twisted/with-session-bus-*.address /tests/twisted/with-session-bus-*.pid +/tools/telepathy-glib-env |