Skip to content

Commit 387040e

Browse files
committed
[ci skip] Fix .gitignore to catch a few files now created in unix subdirectory.
1 parent 08409eb commit 387040e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ $RECYCLE.BIN/
172172
/VERSION
173173
/aclocal.m4
174174
/bootstrap
175-
/config.h.in
176175
/configure
177176
/configure.ac
178177
/kde_install.sh
@@ -186,6 +185,7 @@ $RECYCLE.BIN/
186185
/source/Makefile.in
187186
/unix/Makefile.am
188187
/unix/Makefile.in
188+
/unix/config.h.in
189189
/unix/config/compile
190190
/unix/config/config.guess
191191
/unix/config/config.sub
@@ -203,13 +203,13 @@ $RECYCLE.BIN/
203203

204204
# Files created by configure script in main directory
205205
/Makefile
206-
/config.h
207206
/config.status
208-
/stamp-h1
209207
# Files created by configure script in specific subdirectories
210208
/platform/Makefile
211209
/source/Makefile
212210
/unix/Makefile
211+
/unix/config.h
212+
/unix/stamp-h1
213213
/vfe/Makefile
214214
# Directories created by configure script
215215
.deps/

0 commit comments

Comments
 (0)