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