From fc747ead9247b858bd618a3712a18df1353630ec Mon Sep 17 00:00:00 2001 From: Karl R Evard Date: Sun, 29 Jan 2012 11:50:42 -0500 Subject: [PATCH] .classpath file removed from git Since .classpath is created by eclipse, it's contents are dependent on the users configuration, and has no use for users who have not set up this project in eclipse it is being removed. .classpath files are also now ignored via .gitignore --- .gitignore | 2 +- GLWallpaperService/.classpath | 7 ------- GLWallpaperTest/.classpath | 8 -------- 3 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 GLWallpaperService/.classpath delete mode 100644 GLWallpaperTest/.classpath diff --git a/.gitignore b/.gitignore index f3af8a5..1b873e2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,4 @@ Thumbs.db .metadata .settings .project - +.classpath diff --git a/GLWallpaperService/.classpath b/GLWallpaperService/.classpath deleted file mode 100644 index 6c635c0..0000000 --- a/GLWallpaperService/.classpath +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/GLWallpaperTest/.classpath b/GLWallpaperTest/.classpath deleted file mode 100644 index 37e650b..0000000 --- a/GLWallpaperTest/.classpath +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - -