osmith has submitted this change. ( 
https://gerrit.osmocom.org/c/gapk/+/36334?usp=email )

Change subject: gitignore: add .version and *~
......................................................................

gitignore: add .version and *~

Use *~ instead of *.*~, so it covers configure~ too.

Change-Id: If0b4c559727b04532353b267180c9d465b323d12
---
M .gitignore
1 file changed, 13 insertions(+), 2 deletions(-)

Approvals:
  osmith: Verified
  Hoernchen: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve




diff --git a/.gitignore b/.gitignore
index 15329a5..d2f9840 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,8 +3,8 @@
 configure.scan

 # autoreconf by-products
+.version
 Makefile.in
-
 aclocal.m4
 autom4te.cache/
 config.guess
@@ -49,7 +49,7 @@
 src/osmo-gapk

 # temporary/backup files
-*.*~
+*~
 .*.swp
 /compile
 .dirstamp

--
To view, visit https://gerrit.osmocom.org/c/gapk/+/36334?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: gapk
Gerrit-Branch: master
Gerrit-Change-Id: If0b4c559727b04532353b267180c9d465b323d12
Gerrit-Change-Number: 36334
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osm...@sysmocom.de>
Gerrit-Reviewer: Hoernchen <ew...@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osm...@sysmocom.de>
Gerrit-Reviewer: pespin <pes...@sysmocom.de>
Gerrit-MessageType: merged

Reply via email to