From c63a524a889415bb321231ac723de8547318900d Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 27 Feb 2012 21:49:01 +0900 Subject: [PATCH] Added .gitignore files --- .gitignore | 26 ++++++++++++++++++++++++++ po/.gitignore | 13 +++++++++++++ src/.gitignore | 3 +++ test/.gitignore | 3 +++ 4 files changed, 45 insertions(+) create mode 100644 .gitignore create mode 100644 po/.gitignore create mode 100644 src/.gitignore create mode 100644 test/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..c5c3bfe9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +*~ +*.o +depcomp +*.m4 +Makefile +Makefile.in +missing +autom4te.cache/ +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +install-sh +.deps/ +stamp-h1 +INSTALL +*.gmo +ABOUT-NLS +README.html +config.rpath +aria2c.1 +aria2c.1.html +intl/ diff --git a/po/.gitignore b/po/.gitignore new file mode 100644 index 00000000..9ca473ea --- /dev/null +++ b/po/.gitignore @@ -0,0 +1,13 @@ +Makefile.in.in +Makevars.template +POTFILES +Rules-quot +boldquot.sed +en@boldquot.header +en@boldquot.po +en@quot.header +en@quot.po +insert-header.sin +quot.sed +remove-potcdate.sin +stamp-po diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 00000000..a69655f5 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,3 @@ +aria2c +aria2c.exe +libaria2c.a \ No newline at end of file diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 00000000..c27d2ba6 --- /dev/null +++ b/test/.gitignore @@ -0,0 +1,3 @@ +aria2c +aria2c.exe +test_outdir/