From 9d37a4ed2a137df9e0e7c2602b5974953a830aa6 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 6 Apr 2015 15:25:42 +0200 Subject: [PATCH] Add a few .gitignore files --- .gitignore | 10 ++++++++++ po/.gitignore | 2 ++ src/.gitignore | 1 + 3 files changed, 13 insertions(+) create mode 100644 .gitignore create mode 100644 po/.gitignore create mode 100644 src/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..29bf531 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +Makefile +/config.h +/config.sh +*~ +*.a +*.dll +*.dylib +*.o +*.so +*.so.* diff --git a/po/.gitignore b/po/.gitignore new file mode 100644 index 0000000..ebbd432 --- /dev/null +++ b/po/.gitignore @@ -0,0 +1,2 @@ +/Todo.pot +/*.mo diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..02045ff --- /dev/null +++ b/src/.gitignore @@ -0,0 +1 @@ +/todo