Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3652 from arthur-targaryen/patch-1 | Brian Douglas | 2021-06-09 | 1 | -2/+2 |
|\ | | | | | style(Autotools): remove trailing whitespaces | ||||
| * | style(Autotools): remove trailing whitespaces | Arthur | 2021-02-15 | 1 | -2/+2 |
| | | |||||
* | | Update Autotools.gitignore | Dan Church | 2021-03-10 | 1 | -0/+1 |
|/ | | | | Add config.cache, generated when using Autotools `./configure -C`. | ||||
* | Update Autotools.gitignore. (#3337) | Christoph Niethammer | 2020-03-12 | 1 | -0/+1 |
| | | | Ignore .dirstamp files from automake used for non-existing directory dependencies. | ||||
* | Update Autotools.gitignore (#3271) | Leonardo Romor | 2020-01-20 | 1 | -0/+1 |
| | |||||
* | Update Autotools.gitignore (#3005) | Steven Lee | 2019-08-07 | 1 | -0/+6 |
| | | | | | | | | | | | * Update Autotools.gitignore Add ignore-rule for Makefiles generated by configure (directly by config.status) * Add some descriptive comment. Add more descriptive comment to explain why Makefile should be ignore. | ||||
* | Add configure logs | Emre Ates | 2018-07-10 | 1 | -0/+2 |
| | | | These files are created when running `autoreconf`; however they don't need to be added to version control. | ||||
* | Autotools: De-duplicate autom4te entry | John Vandenberg | 2018-06-18 | 1 | -2/+1 |
| | |||||
* | Update Autotools.gitignore | KINSANG CHING | 2017-09-20 | 1 | -0/+9 |
| | | | add files generated by the autotool m4. | ||||
* | autotools.gitignore: add missing files | Michael Stapelberg | 2016-10-11 | 1 | -0/+15 |
| | | | See the full list of scripts documented in AC_CONFIG_AUX_DIR in https://www.gnu.org/software/automake/manual/html_node/Optional.html | ||||
* | Update Autotools.gitignore | Loïc Corbasson | 2015-11-20 | 1 | -4/+4 |
| | |||||
* | Add ignores for autoscan files | Loïc Corbasson | 2015-11-20 | 1 | -0/+4 |
| | |||||
* | Add stamp-h1 to ignored files | David Daniel | 2013-02-25 | 1 | -0/+1 |
| | | | | | | The file stamp-h1 only contains a timestamp for config.h - actually the files timestamp itself serves with this information. Therefore it actually cannot be of interest not to ignore it. | ||||
* | Removed empty line from Autotools.gitignore | Daniel Schildt | 2010-11-23 | 1 | -1/+0 |
| | |||||
* | to ignore autotools generated files | Mike Park | 2010-11-09 | 1 | -0/+14 |