Change in osmo-pcu[master]: .gitignore: ignore files ending with ~

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Tue Jan 5 10:34:56 UTC 2021


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/21940 )


Change subject: .gitignore: ignore files ending with ~
......................................................................

.gitignore: ignore files ending with ~

I'm lately getting this kind of files in git after building:
config.guess~
config.sub~
configure~
install-sh~

Let's ignore them.

Change-Id: I976e3a33f638f4cd19650b9c799e61713d73bf8a
---
M .gitignore
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/40/21940/1

diff --git a/.gitignore b/.gitignore
index 01f4f47..c8b1d06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,6 +20,7 @@
 missing
 *libtool
 ltmain.sh
+*~
 
 core
 core.*

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/21940
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I976e3a33f638f4cd19650b9c799e61713d73bf8a
Gerrit-Change-Number: 21940
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210105/78abe08f/attachment.htm>


More information about the gerrit-log mailing list