Skip to content

Commit 5a543d9

Browse files
committed
Updated .gitignore to ignore files generated in builds
- build/win32/* files from Windows builds, other files from Unix builds
1 parent 9e44964 commit 5a543d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,18 @@ build/ltoptions.m4
1111
build/ltsugar.m4
1212
build/ltversion.m4
1313
build/lt~obsolete.m4
14+
build/win32/build
15+
build/win32/CMakeUserPresets.json
1416
compile
1517
config.guess
1618
config.log
1719
config.status
1820
config.sub
21+
config.h.in~
1922
configure
23+
configure~
2024
depcomp
25+
modsecurity.pc
2126
.deps
2227
.libs
2328
.dirstamp

0 commit comments

Comments
 (0)