From 48f68fac55caae5d080bfd498f5f19e8c3584713 Mon Sep 17 00:00:00 2001 From: Patrik Gornicz Date: Sun, 17 Aug 2008 21:09:40 -0400 Subject: [PATCH] change .gitignores around --- deps/.gitignore | 1 + objs/.gitignore | 1 + src/.gitignore | 2 -- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 deps/.gitignore create mode 100644 objs/.gitignore diff --git a/deps/.gitignore b/deps/.gitignore new file mode 100644 index 0000000..a438335 --- /dev/null +++ b/deps/.gitignore @@ -0,0 +1 @@ +*.d diff --git a/objs/.gitignore b/objs/.gitignore new file mode 100644 index 0000000..5761abc --- /dev/null +++ b/objs/.gitignore @@ -0,0 +1 @@ +*.o diff --git a/src/.gitignore b/src/.gitignore index 0328a9a..a01ee28 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,3 +1 @@ -*.o -*.d .*.swp -- 2.10.2