From: Lennart Poettering Date: Wed, 24 Mar 2010 14:53:05 +0000 (+0100) Subject: git: hide all generated files from git X-Git-Tag: v0.36.2~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdc36c15b77dd7db3720540efbd164899bee53c0;p=thirdparty%2Flibcgroup.git git: hide all generated files from git Signed-off-by: Lennart Poettering Reviewed-By: Jan Safranek Acked-by: Dhaval Giani Signed-off-by: Dhaval Giani --- diff --git a/.gitignore b/.gitignore index 76c2cf2d..4891dae3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,25 @@ patches/* -*.in +*.o +*.lo +*.la +stamp-* +*.cache +.deps/ +.libs/ +*~ +Makefile +Makefile.in +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +libtool +ltmain.sh +missing +install-sh +aclocal.m4 +ylwrap diff --git a/dist/.gitignore b/dist/.gitignore new file mode 100644 index 00000000..a3725e16 --- /dev/null +++ b/dist/.gitignore @@ -0,0 +1 @@ +libcgroup.spec diff --git a/scripts/init.d/.gitignore b/scripts/init.d/.gitignore new file mode 100644 index 00000000..a071eebe --- /dev/null +++ b/scripts/init.d/.gitignore @@ -0,0 +1,2 @@ +cgconfig +cgred diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 00000000..14925462 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,3 @@ +lex.c +parse.c +parse.h diff --git a/src/daemon/.gitignore b/src/daemon/.gitignore new file mode 100644 index 00000000..b3855c42 --- /dev/null +++ b/src/daemon/.gitignore @@ -0,0 +1 @@ +cgrulesengd diff --git a/src/tools/.gitignore b/src/tools/.gitignore new file mode 100644 index 00000000..3c46451c --- /dev/null +++ b/src/tools/.gitignore @@ -0,0 +1,10 @@ +cgclassify +cgclear +cgconfigparser +cgcreate +cgdelete +cgexec +cgget +cgset +lscgroup +lssubsys diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 00000000..b0cd6103 --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,12 @@ +get_all_controller +get_controller +get_mount_point +get_variable_names +libcg_ba +libcgrouptest01 +pathtest +proctest +read_stats +setuid +walk_task +walk_test