We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859992e commit c4609b0Copy full SHA for c4609b0
.gitignore
@@ -2,11 +2,13 @@ Makefile
2
absdeps.mk
3
reldeps.mk
4
configure
5
-config.status
6
-config.log
7
autom4te*.cache
+config.log
+config.status
8
config.mk
9
config.h
10
+forbuild.log
11
+forbuild.status
12
forbuild.mk
13
forbuild.h
14
brltty.spec
Makefile.in
@@ -91,7 +91,8 @@ distclean:: clean
91
-cd $(DOC_DIR) && $(MAKE) $@
92
$(ITERATE)
93
-rm -f brltty.spec
94
- -rm -f config.log config.cache config.status
95
-rm -fr autom4te*.cache
+ -rm -f config.log config.cache config.status
96
-rm -f config.mk config.h
97
+ -rm -f forbuild.log forbuild.cache forbuild.status
98
-rm -f forbuild.mk forbuild.h
0 commit comments