diff options
author | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2017-09-17 20:49:33 +0200 |
---|---|---|
committer | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2017-09-17 20:49:33 +0200 |
commit | d82626fb86064ee79a4bd22ecc75bed4b258d3ea (patch) | |
tree | 0bf5b9f3c90da4971e21ef6c160a865ef072974c | |
parent | 34859e1fe9959778b964c9de457f192c5e369705 (diff) | |
download | ratpoison-d82626fb86064ee79a4bd22ecc75bed4b258d3ea.zip |
Update .gitignore
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | src/.gitignore | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -13,8 +13,6 @@ ratpoison-*.tar.gz ratpoison-*.tar.gz.sig ratpoison-*.tar.xz ratpoison-*.tar.xz.sig -src/format_test -src/format_test.trs TAGS /doc/version.texi /doc/stamp-vti diff --git a/src/.gitignore b/src/.gitignore index 77cfffb..b071253 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -2,5 +2,10 @@ config.h config.h.in stamp-h1 +core +*.core +*.log *.o +*.trs ratpoison +test-sbuf-utf8-nconcat |