diff options
author | Alexey Neyman <stilor@att.net> | 2018-02-23 19:05:41 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-04-07 12:03:17 -0700 |
commit | 9dc94f36627ec79721e485bb4ae50af9fb67c9fc (patch) | |
tree | 42fc3520fbb9d6c30c61f3c3f0ff5ae2ac961cad /.gitignore | |
parent | 69df9ae9ddb806b42d962ae8a0b2b8f7b31f480e (diff) | |
download | crosstool-ng-9dc94f36627ec79721e485bb4ae50af9fb67c9fc.tar.gz crosstool-ng-9dc94f36627ec79721e485bb4ae50af9fb67c9fc.tar.bz2 crosstool-ng-9dc94f36627ec79721e485bb4ae50af9fb67c9fc.zip |
Install "pure data" directories
... and update .gitignore. Survives 'make distcheck'.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -7,15 +7,15 @@ config.log config.status Makefile Makefile.in -*ct-ng* +ct-ng !ct-ng.comp !ct-ng.in paths.* -!paths.in config/configure.in config/gen/ config/versions/ .config +verbatim-data.mk maintainer/package-versions # Temporaries @@ -26,9 +26,7 @@ temp.* # This is the place where toolchains are built .build/ -# .. and the legacy location -targets/ # .. and log for 'build-all' -.build-all +.build-all/ # .. and release creation -release +release/ |