From df0e72bd666d8fb88555eefaa4a9fa71a1a35c8f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 4 Apr 2013 14:27:29 -0600 Subject: Clone svn:ignore directory atributed to .gitignore files --- apps/graphics/screenshot/.gitignore | 16 ++++++++++++++++ apps/graphics/tiff/.gitignore | 15 +++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 apps/graphics/screenshot/.gitignore create mode 100644 apps/graphics/tiff/.gitignore (limited to 'apps/graphics') diff --git a/apps/graphics/screenshot/.gitignore b/apps/graphics/screenshot/.gitignore new file mode 100644 index 000000000..8a83b32c9 --- /dev/null +++ b/apps/graphics/screenshot/.gitignore @@ -0,0 +1,16 @@ +Make.dep +.context +.depend +.built +*.swp +*.asm +*.rel +*.lst +*.sym +*.adb +*.lib +*.src +*.obj + + + diff --git a/apps/graphics/tiff/.gitignore b/apps/graphics/tiff/.gitignore new file mode 100644 index 000000000..83d78ed0d --- /dev/null +++ b/apps/graphics/tiff/.gitignore @@ -0,0 +1,15 @@ +Make.dep +.context +.depend +.built +*.swp +*.asm +*.rel +*.lst +*.sym +*.adb +*.lib +*.src + + + -- cgit v1.2.3