diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 14:14:53 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 14:14:53 -0400 |
commit | 4cf1fcb1751ee20b4ddbebc93a7ed85662501947 (patch) | |
tree | 34d80aac873ffd6fe0e1e9a5724d6d748eeb14b4 /.gitignore | |
parent | f2be8df65980cae2a8037a97e457afb86fcb4a24 (diff) |
more stuff
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 8df3035987..50a65d2dfe 100644 --- a/.gitignore +++ b/.gitignore @@ -27,7 +27,9 @@ /TAGS /ata_id /bootctl -/build-aux +/build-aux/* +!/build-aux/Makefile* +!/build-aux/write-ifchanged /busctl /cdrom_id /collect @@ -296,3 +298,8 @@ config.status configure stamp-* .tmp* +/autoconf.mk +/automake.mk.in +/automake.mk +/config.mk +/gnustandards.mk |