Skip to content
This repository was archived by the owner on Aug 1, 2022. It is now read-only.

Commit f1ddafe

Browse files
committed
gitignore: update for new build system
Remove the autotools ignore list, update for the cmake output.
1 parent 215fa88 commit f1ddafe

File tree

1 file changed

+15
-34
lines changed

1 file changed

+15
-34
lines changed

.gitignore

+15-34
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,18 @@
1-
# build files generated by autotools
2-
Makefile
3-
Makefile.in
4-
aclocal.m4
5-
autom4te.cache
6-
compile
7-
configure
8-
config.guess
9-
config.h
10-
config.h.in~
11-
config.log
12-
config.status
13-
config.sub
14-
config
15-
depcomp
16-
install-sh
17-
libtool
18-
ltmain.sh
19-
m4
20-
missing
21-
stamp-h1
1+
# cmake output
2+
CMakeCache.txt
3+
CMakeFiles/
4+
CPackConfig.cmake
5+
CPackSourceConfig.cmake
6+
CTestTestfile.cmake
7+
Testing/
8+
_CPack_Packages/
9+
cmake_install.cmake
10+
install_manifest.txt
11+
kqueue-*.deb
12+
libkqueue.so
13+
test/CMakeCache.txt
14+
test/CMakeFiles/
15+
test/cmake_install.cmake
2216

23-
# more generated files
24-
.dirstamp
25-
.deps
26-
.libs
27-
*.lo
28-
*.la
2917
*.o
3018

31-
# generated test artifacts
32-
*.log
33-
*.trs
34-
test-driver
35-
test_api
36-
test_latency
37-
test_witem_cache

0 commit comments

Comments
 (0)