Skip to content

Commit

Permalink
build: move some autotools files to build-aux and update .gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
  • Loading branch information
jengelh authored and jpirko committed Mar 31, 2013
1 parent 19445ff commit e47981c
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .gitignore
@@ -0,0 +1,15 @@
.deps/
.libs/
Makefile
Makefile.in
*.o
*.la
*.lo
*.pc

/autom4te.cache/
/build-aux/
/aclocal.m4
/config.*
/configure
/libtool
1 change: 1 addition & 0 deletions binding/python/.gitignore
@@ -0,0 +1 @@
/setup.py
1 change: 1 addition & 0 deletions binding/python/team/.gitignore
@@ -0,0 +1 @@
/capi.i
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -2,6 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_INIT([libteam], [1.0], [jpirko@redhat.com])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
#m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)], [])
Expand Down
2 changes: 2 additions & 0 deletions examples/.gitignore
@@ -0,0 +1,2 @@
/team_manual_control
/team_monitor
3 changes: 2 additions & 1 deletion m4/.gitignore
@@ -1 +1,2 @@
*
/libtool.m4
/lt*.m4
1 change: 1 addition & 0 deletions src/.gitignore
@@ -0,0 +1 @@
/teamnl
1 change: 1 addition & 0 deletions teamd/.gitignore
@@ -0,0 +1 @@
/teamd
2 changes: 2 additions & 0 deletions utils/.gitignore
@@ -0,0 +1,2 @@
/teamdctl
/teamnl

0 comments on commit e47981c

Please sign in to comment.