diff options
author | Alexey Neyman <stilor@att.net> | 2016-12-04 10:23:33 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2016-12-06 10:33:20 -0800 |
commit | f3fcb8d2f8d02f5d405bbca4c8f5f2b52fef4a6a (patch) | |
tree | 967b8ecb53409c9761f7bd96f62bf5e5fc8d242b /kconfig | |
parent | ee4446c7aea3a9ec0d431377324e8615b61c4ba3 (diff) | |
download | crosstool-ng-f3fcb8d2f8d02f5d405bbca4c8f5f2b52fef4a6a.tar.gz crosstool-ng-f3fcb8d2f8d02f5d405bbca4c8f5f2b52fef4a6a.tar.bz2 crosstool-ng-f3fcb8d2f8d02f5d405bbca4c8f5f2b52fef4a6a.zip |
Ignore *.exe (on Cygwin).
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'kconfig')
-rw-r--r-- | kconfig/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kconfig/.gitignore b/kconfig/.gitignore index 21fa66fa..7f79a8d4 100644 --- a/kconfig/.gitignore +++ b/kconfig/.gitignore @@ -5,3 +5,4 @@ conf zconf.lex.c zconf.hash.c zconf.tab.c +*.exe |