diff options
| author | Vito Caputo <vcaputo@gnugeneration.com> | 2017-01-10 08:39:54 -0800 | 
|---|---|---|
| committer | Vito Caputo <vcaputo@gnugeneration.com> | 2017-01-10 08:39:54 -0800 | 
| commit | 7a58ca4d1d362dc3338559b698cb0a8637799da2 (patch) | |
| tree | 20018814bc82c36e5cd29891304e7f0ffdd52a19 /.gitignore | |
| parent | 1a807cc5363f9e86153f8f1b40dc0efa0a069280 (diff) | |
*: update gitignore to include autoconf output
As this stuff is all generated we don't want to ever check it in...
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 | 
1 files changed, 10 insertions, 0 deletions
| @@ -1,5 +1,6 @@  *.[oa]  *.swp +*.in  Makefile  .deps/  config.log @@ -9,3 +10,12 @@ TAGS  tags  autom4te.cache/  *.tar.gz +aclocal.m4 +ar-lib +compile +config.guess +config.sub +configure +depcomp +install-sh +missing | 
