~m-grant-prg/mget/bullseye

« back to all changes in this revision

Viewing changes to m4/.gitignore

  • Committer: Mark Grant
  • Date: 2018-08-27 14:08:31 UTC
  • mfrom: (1.1.8)
  • Revision ID: m.grant.prg@gmail.com-20180827140831-ryfzpj0k1b3zjs8d
Merge new upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# This .gitignore file is to ensure that this directory exists even though
2
 
# none of it's contents will ever be tracked. This is required because
3
 
# otherwise, after cloning, the project build will fail citing this missing
4
 
# directory.
 
1
# This .gitignore file is to ensure that this directory exists even if empty.
 
2
# This is required because otherwise, after cloning, the project build will fail
 
3
# citing this missing directory.
5
4
# In other words, this is a git hack to satisfy AutoTools.
6
5
 
7
 
# Ignore everything ...
8
 
*
9
 
 
10
 
# ... except myself and the cache file.
11
 
!.gitignore
12
 
!/gnulib-cache.m4