diff options
author | Alexey Neyman <stilor@att.net> | 2018-03-17 15:16:56 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-04-07 12:03:17 -0700 |
commit | 0dc8565c4fa521e71667030ec0f994aa4f3918ec (patch) | |
tree | 097d6fb0bd95a05e212d543088e7aa3c9c2b3a01 /kconfig | |
parent | 35b830b55233bd932f0bcb32aff04abb1d9b3c75 (diff) | |
download | crosstool-ng-0dc8565c4fa521e71667030ec0f994aa4f3918ec.tar.gz crosstool-ng-0dc8565c4fa521e71667030ec0f994aa4f3918ec.tar.bz2 crosstool-ng-0dc8565c4fa521e71667030ec0f994aa4f3918ec.zip |
Merge steps.mk into ct-ng
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'kconfig')
-rw-r--r-- | kconfig/.gitignore | 5 | ||||
-rw-r--r-- | kconfig/lxdialog/.gitignore | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/kconfig/.gitignore b/kconfig/.gitignore index 49c06892..69967bc7 100644 --- a/kconfig/.gitignore +++ b/kconfig/.gitignore @@ -1,8 +1,9 @@ conf ?conf *.o -*.dep +.deps +zconf.c zconf.lex.c -zconf.tab.c *.exe Makefile +.dirstamp diff --git a/kconfig/lxdialog/.gitignore b/kconfig/lxdialog/.gitignore deleted file mode 100644 index f2e85c0b..00000000 --- a/kconfig/lxdialog/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*.o -*.dep |