osmith has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/gapk refs/changes/34/36334/1
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