Skip to content

Commit cb107a7

Browse files
committed
Add non-versioned files to .gitignore
1 parent c964f9c commit cb107a7

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.gitignore

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,16 @@ m4/lt~obsolete.m4
108108
Makefile
109109

110110
# IDEs
111-
.idea
111+
.idea
112+
113+
# tests
114+
tests/regression/server_root/conf/*t*.conf
115+
tests/regression/server_root/upload/*-file-*
116+
tests/regression/server_root/data/*-ip.*
117+
tests/regression/server_root/logs/*.log
118+
tests/regression/server_root/logs/audit/*/
119+
tests/*.pl
120+
tests/*.trs
121+
tests/*.log
122+
123+

0 commit comments

Comments
 (0)