Skip to content

Commit 3dfe88b

Browse files
author
Sebastiano Merlino
committed
Added .gitignore file
1 parent 2df9241 commit 3dfe88b

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.gitignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
*.sw*
2+
*.*~
3+
*.in
4+
*.php
5+
*.pm
6+
*.py
7+
*_wrap.*
8+
build/*
9+
aclocal.m4
10+
autom4te.cache/
11+
config.guess
12+
config.sub
13+
configure
14+
depcomp
15+
install-sh
16+
ltmain.sh
17+
m4/libtool.m4
18+
m4/ltoptions.m4
19+
m4/ltsugar.m4
20+
m4/ltversion.m4
21+
m4/lt~obsolete.m4
22+
missing
23+
src/core
24+
src/http_request_builder.cpp
25+
src/httpserver/core
26+
src/httpserver/http_request_builder.hpp
27+
src/php/php_libhttpserver_php.h
28+
test/Test
29+
test/core
30+
test/err
31+
test/test.txt

0 commit comments

Comments
 (0)