Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .gitignore

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yegorich I suppose we can also ignore following files which are generated by ./configure, in addition to the ones by autoreconf -if:

lib/libconfig++.pc
lib/libconfig++Config.cmake
lib/libconfig.pc
lib/libconfigConfig.cmake
libconfig.spec
libtool

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gemmaro good point. I'll add them.

Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
*.o
*.a
*.lo
aclocal.m4
autom4te.cache
config.log
config.status
configure
configure.lineno
lib/libconfig++.pc
lib/libconfig++Config.cmake
lib/libconfig.pc
lib/libconfigConfig.cmake
libconfig.spec
libtool
Makefile
Makefile.in
.libs
Expand All @@ -18,4 +26,4 @@ temp
*.suo
*.user
*.userosscache
*.sln.docstates
*.sln.docstates
Loading