diff options
| author | Pino Toscano <[email protected]> | 2015-07-11 09:55:40 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2015-07-11 21:56:07 +0200 |
| commit | 5686dede3f32fad79c6340d1eee0e1b13e63aa6a (patch) | |
| tree | 0e4760b93573c352efad8fd81dc225d2ee518880 /ChangeLog | |
| parent | 26d5a631209a82efe1d55dd44a9c65dc481138cb (diff) | |
Fix/improve .gitignore
Fill the .gitignore with more generated files, such as:
- test executables
- results of the automake testing framework (*.log and *.trs)
- sources generated by flex and bison
- generated *.mnemonics files in libcpu
- the helper libcpu/i386_gendis tool
- *.so.1 symlinks
Also, anchor existing filenames to their location when
builddir==srcdir.
Signed-off-by: Pino Toscano <[email protected]>
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2015-07-11 Pino Toscano <[email protected]> + + * .gitignore: Add more generated files, and anchor some of the + existing ones. + 2015-06-19 Mark Wielaard <[email protected]> * configure.ac: Set version to 0.163. |
