From 17c057c15aa54967675c5007f8e7d3e88cc0d054 Mon Sep 17 00:00:00 2001 From: Scott Hunter Date: Tue, 30 Jul 2013 15:00:03 -0400 Subject: [PATCH] Consolidate .gitignore files in the root. This makes it easier to copy various source folders for use in other projects without accidentally ignoring items. --- .gitignore | 11 +++++++++++ Apps/Sandcastle/.gitignore | 1 - Apps/Sandcastle/gallery/.gitignore | 1 - Source/.gitignore | 1 - Source/Shaders/.gitignore | 2 -- Specs/.gitignore | 1 - 6 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 Apps/Sandcastle/.gitignore delete mode 100644 Apps/Sandcastle/gallery/.gitignore delete mode 100644 Source/.gitignore delete mode 100644 Source/Shaders/.gitignore delete mode 100644 Specs/.gitignore diff --git a/.gitignore b/.gitignore index 7ea86178513c..9a33e3824f8d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,14 @@ /web.config .DS_Store Thumbs.db + +/Apps/Sandcastle/jsHintOptions.js +/Apps/Sandcastle/gallery/gallery-index.js + +/Source/Cesium.js + +/Source/Shaders/*.js +/Source/Shaders/*/*.js +!/Source/Shaders/Shaders.profile.js + +/Specs/SpecList.js \ No newline at end of file diff --git a/Apps/Sandcastle/.gitignore b/Apps/Sandcastle/.gitignore deleted file mode 100644 index 14f3da409abe..000000000000 --- a/Apps/Sandcastle/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/jsHintOptions.js diff --git a/Apps/Sandcastle/gallery/.gitignore b/Apps/Sandcastle/gallery/.gitignore deleted file mode 100644 index 93c576e58bb1..000000000000 --- a/Apps/Sandcastle/gallery/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/gallery-index.js diff --git a/Source/.gitignore b/Source/.gitignore deleted file mode 100644 index c066e13cb9f3..000000000000 --- a/Source/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/Cesium.js diff --git a/Source/Shaders/.gitignore b/Source/Shaders/.gitignore deleted file mode 100644 index 464df6dd9799..000000000000 --- a/Source/Shaders/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*.js -!/Shaders.profile.js \ No newline at end of file diff --git a/Specs/.gitignore b/Specs/.gitignore deleted file mode 100644 index 40bdd0387fcd..000000000000 --- a/Specs/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/SpecList.js