From 73e1288b648b5394239e0cefd2251fedfa9727af Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 7 Jan 2020 22:08:04 +0100 Subject: [PATCH] .gitignore: migrate .bzrignore --- .bzrignore => .gitignore | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) rename .bzrignore => .gitignore (96%) diff --git a/.bzrignore b/.gitignore similarity index 96% rename from .bzrignore rename to .gitignore index a140236c..f643be9d 100644 --- a/.bzrignore +++ b/.gitignore @@ -1,8 +1,10 @@ +*~ *.log *.trs *.exe *.gz *.lo +*.o *.orig *.output *.pop @@ -22,10 +24,9 @@ *TAGS *patch .deps -.hg/ -.hgignore -.hgsub -.hgsubstate +.cproject +.project +.settings/ INSTALL Makefile Makefile.in @@ -50,6 +51,7 @@ clients/memrm clients/memslap clients/memstat clients/memtouch +config.cache config.log config.status config/compile @@ -65,8 +67,9 @@ configure configure.scan docs/*.[13] docs/*.html +docs/build docs/changes -docs/conf.py +docs/source/conf.py docs/doctest/ docs/doctrees/ docs/html/ -- 2.30.2