Skip to content

Commit

Permalink
Remove autogenerated files
Browse files Browse the repository at this point in the history
Having these in the repository make it more difficult to see differences
in the actual code, when comparing against the upstream changes, or when
modyfing the build system and regenerating them with newer autotools.
These should not be modifyed anyway as they are autogenerated, and
having them present might confuse people into doing so. They are also
quite big.

Signed-off-by: Guillem Jover <gjover@sipwise.com>
  • Loading branch information
guillemj committed Jun 29, 2016
1 parent b5eeee9 commit 07270b7
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 15,691 deletions.
31 changes: 31 additions & 0 deletions .gitignore
@@ -0,0 +1,31 @@
# Autotools
*~
.deps/
INSTALL
Makefile
Makefile.in
aclocal.m4
autom4te.cache/
compile
config.guess
config.h
config.h.in
config.log
config.status
config.sub
configure
depcomp
install-sh
missing
mkinstalldirs
stamp-h1
test-driver

# Test suite
*.log
*.trs

# Programs and objects
*.o
check_helper
sipsak
229 changes: 0 additions & 229 deletions INSTALL

This file was deleted.

0 comments on commit 07270b7

Please sign in to comment.