]> source.dussan.org Git - gitignore.git/log
gitignore.git
10 years agoIgnore coverage results 983/head
hugovk [Thu, 6 Mar 2014 08:07:26 +0000 (10:07 +0200)]
Ignore coverage results

coverage.py creates HTML reports in the htmlcov directory (this tool can also be used with coveralls.io)
http://nedbatchelder.com/code/coverage/
https://pypi.python.org/pypi/coverage

10 years agoMerge pull request #979 from zman97211/master
Carl Suster [Fri, 28 Feb 2014 21:52:21 +0000 (08:52 +1100)]
Merge pull request #979 from zman97211/master

Rename IgnorePackages back to VisualStudio.gitignore.

10 years agoMerge pull request #978 from stuartpb/patch-3
Carl Suster [Fri, 28 Feb 2014 21:50:49 +0000 (08:50 +1100)]
Merge pull request #978 from stuartpb/patch-3

Fix comments in Dart template

10 years agoMerge pull request #977 from stuartpb/patch-2
Carl Suster [Fri, 28 Feb 2014 21:50:06 +0000 (08:50 +1100)]
Merge pull request #977 from stuartpb/patch-2

Remove overly-permissive data file rules from Node template

10 years agoRename IgnorePackages back to VisualStudio.gitignore. 979/head
Steve Ziuchkovski [Fri, 28 Feb 2014 21:14:58 +0000 (16:14 -0500)]
Rename IgnorePackages back to VisualStudio.gitignore.

10 years agoFix comments in Dart.gitignore 978/head
Stuart P. Bentley [Fri, 28 Feb 2014 20:51:18 +0000 (12:51 -0800)]
Fix comments in Dart.gitignore

.gitignore uses `#` for comments, not `//`

10 years agoRemove Results classes from Node gitignore 977/head
Stuart P. Bentley [Fri, 28 Feb 2014 20:46:45 +0000 (12:46 -0800)]
Remove Results classes from Node gitignore

These aren't really common patterns in the Node world, and if a Node project includes one of these types as files, they're as likely to want to include them in the project as not (`*.csv` is as likely to be a data source as `*.json`).

10 years agoMerge pull request #913 from stuartpb/node-patch
Adam Roben [Fri, 28 Feb 2014 16:37:41 +0000 (11:37 -0500)]
Merge pull request #913 from stuartpb/node-patch

Refactor Node.gitignore with comments

10 years agoReduce comments
Adam Roben [Fri, 28 Feb 2014 16:34:11 +0000 (11:34 -0500)]
Reduce comments

10 years agoMerge branch 'master' of https://github.com/github/gitignore into stuartpb-node-patch
Adam Roben [Fri, 28 Feb 2014 16:36:57 +0000 (11:36 -0500)]
Merge branch 'master' of https://github.com/github/gitignore into stuartpb-node-patch

Conflicts:
Node.gitignore

10 years agoMerge pull request #969 from MisterJames/VisualStudioIgnore
Phil Haack [Fri, 28 Feb 2014 16:32:45 +0000 (08:32 -0800)]
Merge pull request #969 from MisterJames/VisualStudioIgnore

Enable Ignore of NuGet Packages Folder By Default

10 years agoMerge pull request #963 from tioui/eiffelstudio
Carl Suster [Fri, 28 Feb 2014 12:26:00 +0000 (23:26 +1100)]
Merge pull request #963 from tioui/eiffelstudio

Adding a global template for EiffelStudio

10 years agoMerge pull request #945 from arcresu/sass-cache
Carl Suster [Fri, 28 Feb 2014 12:21:39 +0000 (23:21 +1100)]
Merge pull request #945 from arcresu/sass-cache

Simplify sass cache rules

10 years agoMerge pull request #975 from DenJohX/patch-1
Carl Suster [Fri, 28 Feb 2014 06:51:27 +0000 (17:51 +1100)]
Merge pull request #975 from DenJohX/patch-1

Added rule for directory config under KDE to Linux template

10 years agoAdded ignore for directory config under KDE 975/head
Dennis Xiloj [Fri, 28 Feb 2014 06:26:43 +0000 (00:26 -0600)]
Added ignore for directory config under KDE

Dolphin, the KDE file manager, writes specific directory configuration in .directory files.

10 years agoMerge pull request #973 from CodeBlock/idris
Carl Suster [Fri, 28 Feb 2014 03:02:44 +0000 (14:02 +1100)]
Merge pull request #973 from CodeBlock/idris

Add an Idris template

10 years agoAdd an Idris gitignore 973/head
Ricky Elrod [Mon, 24 Feb 2014 08:07:24 +0000 (03:07 -0500)]
Add an Idris gitignore

10 years agoMerge pull request #970 from wzhishen/master
Carl Suster [Fri, 28 Feb 2014 02:42:14 +0000 (13:42 +1100)]
Merge pull request #970 from wzhishen/master

Update Leiningen.gitignore with checkouts and lein-failures rules

10 years agoMove the EiffelStudio.gitignore in the Global directory 963/head
Louis M [Fri, 28 Feb 2014 02:41:28 +0000 (21:41 -0500)]
Move the EiffelStudio.gitignore in the Global directory

10 years agoUpdate Leiningen.gitignore 970/head
Zhishen (Jason) Wen [Fri, 28 Feb 2014 02:27:21 +0000 (21:27 -0500)]
Update Leiningen.gitignore

10 years agoMerge pull request #972 from CodeBlock/haskell-typo
Carl Suster [Fri, 28 Feb 2014 01:56:11 +0000 (12:56 +1100)]
Merge pull request #972 from CodeBlock/haskell-typo

Fix typo in Haskell template

10 years agoFix typo in haskell gitignore 972/head
Ricky Elrod [Mon, 24 Feb 2014 08:07:48 +0000 (03:07 -0500)]
Fix typo in haskell gitignore

10 years agoMerge pull request #960 from SamWhited/patch-1
Carl Suster [Fri, 28 Feb 2014 00:26:56 +0000 (11:26 +1100)]
Merge pull request #960 from SamWhited/patch-1

Ignore signed pom files in leiningen projects

10 years agoMerge pull request #964 from ohmanger/patch-1
Carl Suster [Fri, 28 Feb 2014 00:19:29 +0000 (11:19 +1100)]
Merge pull request #964 from ohmanger/patch-1

Ignore log of applied patches in Magento.gitignore

10 years agoEnable Ignore of NuGet Packages Folder By Default 969/head
James Chambers [Thu, 27 Feb 2014 19:12:05 +0000 (14:12 -0500)]
Enable Ignore of NuGet Packages Folder By Default

Submitting this for consideration.

The first thing that I do on every new project is to go in and uncomment the packages folder. With the prevalence of NuGet and prominence of its use in the Visual Studio environment, along with how well package restore *just works* now, I believe this should be the default.

While I understand that package restore isn't on by default, I would argue that the types of developers using NuGet _and_ a distributed SCM are the types of developers that would omit the binaries from source control.

10 years agoIgnore log of applied patches 964/head
Mike Manger [Tue, 25 Feb 2014 11:47:19 +0000 (11:47 +0000)]
Ignore log of applied patches

Magento keeps a log of official patches applied in this file.

10 years agoAdding the EiffelStudio .gitingore file.
Louis M [Mon, 24 Feb 2014 15:19:00 +0000 (10:19 -0500)]
Adding the EiffelStudio .gitingore file.

10 years agoIgnore signed pom files in leiningen projects 960/head
Sam Whited [Mon, 24 Feb 2014 00:22:13 +0000 (19:22 -0500)]
Ignore signed pom files in leiningen projects

Pom files are commonly signed before deploy as part of the build/signoff process

10 years agoRemove old sass-cache rule for Rails 945/head
Carl Suster [Wed, 12 Feb 2014 11:09:54 +0000 (22:09 +1100)]
Remove old sass-cache rule for Rails

10 years agoMerge Sass and Compass templates
Carl Suster [Wed, 12 Feb 2014 11:09:34 +0000 (22:09 +1100)]
Merge Sass and Compass templates

10 years agoMerge pull request #954 from krtek/patch-1
Carl Suster [Wed, 19 Feb 2014 00:30:51 +0000 (11:30 +1100)]
Merge pull request #954 from krtek/patch-1

Removed IDE-specific rules from Grails template

10 years agoRemoved IDE support files entirely 954/head
Lukáš Marek [Wed, 19 Feb 2014 00:16:52 +0000 (01:16 +0100)]
Removed IDE support files entirely

Those files should be in Global/ templates

10 years agoRemoved JetBrains *.iws files
Lukáš Marek [Tue, 18 Feb 2014 23:30:31 +0000 (00:30 +0100)]
Removed JetBrains *.iws files

This entry should be (and is) rather in Global/JetBrains.gitignore

10 years agoMerge pull request #923 from simnalamburt/patch-1
Brendan Forster [Tue, 18 Feb 2014 08:52:53 +0000 (19:52 +1100)]
Merge pull request #923 from simnalamburt/patch-1

Updated rules of 'VisualStudio.gitignore' about ATL Project.

10 years agoIgnore the build result of ATL Project. 923/head
Hyeon Kim [Tue, 18 Feb 2014 08:25:41 +0000 (17:25 +0900)]
Ignore the build result of ATL Project.

This commit Makes VisualStudio.gitignore ignore the three items below. It needs when you create an ATL Project.

* [Dd]ebugPS/
* [Rr]eleasePS/
* dlldata.c

10 years agoMerge pull request #948 from bbodenmiller/patch-1
Carl Suster [Mon, 17 Feb 2014 23:53:58 +0000 (10:53 +1100)]
Merge pull request #948 from bbodenmiller/patch-1

ignore SQL server database files

10 years agoignore SQL server database files 948/head
Ben Bodenmiller [Fri, 14 Feb 2014 09:34:02 +0000 (01:34 -0800)]
ignore SQL server database files

10 years agoMerge pull request #947 from IonicaBizau/patch-1
Markus Olsson [Thu, 13 Feb 2014 14:26:47 +0000 (15:26 +0100)]
Merge pull request #947 from IonicaBizau/patch-1

Updated the year :-)

10 years agoUpdated the year :-) 947/head
Ionică Bizău [Thu, 13 Feb 2014 13:57:44 +0000 (15:57 +0200)]
Updated the year :-)

10 years agoMerge pull request #882 from Arvur/master
Carl Suster [Thu, 13 Feb 2014 07:45:21 +0000 (18:45 +1100)]
Merge pull request #882 from Arvur/master

Better Delphi .gitignore

10 years agoSome cleanup 882/head
Denis Grinyuk [Thu, 13 Feb 2014 07:29:21 +0000 (11:29 +0400)]
Some cleanup

10 years agoMerge pull request #942 from jturmel/master
Carl Suster [Thu, 13 Feb 2014 06:41:45 +0000 (17:41 +1100)]
Merge pull request #942 from jturmel/master

Ignore output from Crashlytics JetBrains plugin

10 years agoRemove AndroidStudio, modify Global/JetBrains 942/head
jturmel [Wed, 12 Feb 2014 16:33:49 +0000 (10:33 -0600)]
Remove AndroidStudio, modify Global/JetBrains

* Remove AndroidStudio.gitignore in favor of adding the
  change needed to the Global/JetBrains.gitignore file

10 years agoAdditional comments
Denis Grinyuk [Mon, 3 Feb 2014 10:52:36 +0000 (14:52 +0400)]
Additional comments

10 years agoOne more compiler-generated binary
Denis Grinyuk [Thu, 16 Jan 2014 09:05:02 +0000 (13:05 +0400)]
One more compiler-generated binary

10 years agoSome filetypes should be commented by default
Denis Grinyuk [Wed, 15 Jan 2014 14:09:26 +0000 (18:09 +0400)]
Some filetypes should be commented by default

10 years agoNicer Delphi .gitignore
Denis Grinyuk [Fri, 29 Nov 2013 14:59:27 +0000 (18:59 +0400)]
Nicer Delphi .gitignore

- added header with link to official documentation about Delphi filetypes
- added some missed file extensions
- made some grouping with descriptions

10 years agoThis is not Delphi-specific folder
Denis Grinyuk [Fri, 29 Nov 2013 14:55:24 +0000 (18:55 +0400)]
This is not Delphi-specific folder

10 years agoAdd AndroidStudio gitignore file
jturmel [Mon, 10 Feb 2014 16:24:05 +0000 (10:24 -0600)]
Add AndroidStudio gitignore file

10 years agoMerge pull request #930 from Lordovos/dmlang
Carl Suster [Mon, 10 Feb 2014 14:59:59 +0000 (01:59 +1100)]
Merge pull request #930 from Lordovos/dmlang

Added template for the DM language.

10 years agoMerge pull request #920 from danlister/patch-1
Adam Roben [Fri, 7 Feb 2014 13:50:20 +0000 (08:50 -0500)]
Merge pull request #920 from danlister/patch-1

Create Umbraco.gitignore

10 years agoRemoved Visual Studio ignore rules from umbraco.gitignore 920/head
Dan Lister [Fri, 7 Feb 2014 11:58:43 +0000 (11:58 +0000)]
Removed Visual Studio ignore rules from umbraco.gitignore

10 years agoMerge pull request #941 from edelbluth/master
Carl Suster [Thu, 6 Feb 2014 22:15:45 +0000 (09:15 +1100)]
Merge pull request #941 from edelbluth/master

Added *.synctex.gz(busy) to TeX template

10 years agoMerge pull request #940 from cemmersb/patch-1
Adam Roben [Thu, 6 Feb 2014 21:19:56 +0000 (16:19 -0500)]
Merge pull request #940 from cemmersb/patch-1

Update JetBrains.gitignore

10 years agoMerge pull request #927 from Bananeweizen/patch-1
Adam Roben [Thu, 6 Feb 2014 18:50:49 +0000 (13:50 -0500)]
Merge pull request #927 from Bananeweizen/patch-1

gitignore VM crash logs

10 years agoMerge pull request #926 from cknoblauch/patch-1
Adam Roben [Thu, 6 Feb 2014 18:50:17 +0000 (13:50 -0500)]
Merge pull request #926 from cknoblauch/patch-1

Update Grails.gitignore to include default files

10 years agoMerge pull request #895 from EvandroLG/patch-1
Adam Roben [Thu, 6 Feb 2014 18:44:47 +0000 (13:44 -0500)]
Merge pull request #895 from EvandroLG/patch-1

Update Python.gitignore

10 years agoAdded *.synctex.gz(busy) 941/head
Juergen Edelbluth [Thu, 6 Feb 2014 18:27:06 +0000 (19:27 +0100)]
Added *.synctex.gz(busy)

Sometimes it happens that you'd like to commit during a long LaTeX run. During this run, the document.synctex.gz is renamed to document.synctex.gz(busy). And you don't want to commit this file.

10 years agoUpdate JetBrains.gitignore 940/head
Christoph Emmersberger [Thu, 6 Feb 2014 18:00:54 +0000 (19:00 +0100)]
Update JetBrains.gitignore

Add plugin file description for JIRA config file containing username and password

10 years agoMerge pull request #937 from ahmyi/patch-1
Carl Suster [Thu, 6 Feb 2014 06:55:44 +0000 (17:55 +1100)]
Merge pull request #937 from ahmyi/patch-1

Ignore user-specific .booproj files

10 years agoUpdate on using boo script generated by Unity3D 937/head
ahmyi [Wed, 5 Feb 2014 08:42:29 +0000 (16:42 +0800)]
Update on using boo script generated by Unity3D

10 years agoMerge pull request #936 from caffinatedmonkey/patch-2
Carl Suster [Mon, 3 Feb 2014 17:04:27 +0000 (09:04 -0800)]
Merge pull request #936 from caffinatedmonkey/patch-2

Update Dart.gitignore to trim stray whitespace

10 years agoUpdate Dart.gitignore 936/head
Martin Charles [Mon, 3 Feb 2014 16:31:02 +0000 (11:31 -0500)]
Update Dart.gitignore

Removed space from end of line which prevented the `pubspec.lock` from being ignored.

10 years agoMerge pull request #924 from CaseyB/master
Carl Suster [Sat, 1 Feb 2014 04:34:26 +0000 (20:34 -0800)]
Merge pull request #924 from CaseyB/master

Update Unity gitignore to not commit user preferences

10 years agoMerge pull request #933 from diegoleme/master
Carl Suster [Fri, 31 Jan 2014 02:37:20 +0000 (18:37 -0800)]
Merge pull request #933 from diegoleme/master

Update URL in nanoc.gitignore

10 years agoUpdate nanoc.gitignore 933/head
Diego Leme [Thu, 30 Jan 2014 23:15:45 +0000 (21:15 -0200)]
Update nanoc.gitignore

new site Nanoc

10 years agoMerge branch 'master' of https://github.com/github/gitignore 924/head
Borders, Casey [Thu, 30 Jan 2014 21:40:43 +0000 (16:40 -0500)]
Merge branch 'master' of https://github.com/github/gitignore

10 years agoMerge pull request #932 from fredgate/master
Markus Olsson [Thu, 30 Jan 2014 17:51:54 +0000 (09:51 -0800)]
Merge pull request #932 from fredgate/master

Updated rules of 'VisualStudio.gitignore' about Web workbench add-on.

10 years agoMerge pull request #925 from friederbluemle/update-android-gitignore
Carl Suster [Thu, 30 Jan 2014 02:26:07 +0000 (18:26 -0800)]
Merge pull request #925 from friederbluemle/update-android-gitignore

Improve Android .gitignore comments

10 years agoAdd ignore for web workbench add-on (sass files). 932/head
fredgate [Tue, 28 Jan 2014 09:34:54 +0000 (10:34 +0100)]
Add ignore for web workbench add-on (sass files).

10 years agoAdded .gitignore for the DM language. 930/head
Robert Holman [Wed, 22 Jan 2014 22:11:28 +0000 (16:11 -0600)]
Added .gitignore for the DM language.

10 years agogitignore VM crash logs 927/head
Bananeweizen [Sat, 18 Jan 2014 09:29:50 +0000 (10:29 +0100)]
gitignore VM crash logs

10 years agoUpdate Grails.gitignore to include default files 926/head
cknoblauch [Fri, 17 Jan 2014 19:22:59 +0000 (17:22 -0200)]
Update Grails.gitignore to include default files

Only files under /web-app/WEB-INF/classes (build output) should be ignored by Git. Grails generates a few default (unchanging) files (applicationContext.xml, sitemesh.xml, a bunch of *.tld) that need to be there for some plugins to function properly (e.g., grails war).

10 years agoImprove Android .gitignore comments 925/head
Frieder Bluemle [Thu, 16 Jan 2014 23:29:58 +0000 (15:29 -0800)]
Improve Android .gitignore comments

10 years agoUpdate Unity gitignore
Borders, Casey [Thu, 16 Jan 2014 19:48:52 +0000 (14:48 -0500)]
Update Unity gitignore

10 years agoCreate Umbraco.gitignore
Dan Lister [Tue, 14 Jan 2014 10:29:02 +0000 (10:29 +0000)]
Create Umbraco.gitignore

10 years agoUpdate Python.gitignore 895/head
Evandro Leopoldino Gonçalves [Tue, 7 Jan 2014 17:56:17 +0000 (15:56 -0200)]
Update Python.gitignore

10 years agoNode.gitignore: correct term for instrumentation 913/head
Stuart P. Bentley [Tue, 7 Jan 2014 10:52:27 +0000 (02:52 -0800)]
Node.gitignore: correct term for instrumentation

10 years agoAdd .grunt directory
Stuart P. Bentley [Tue, 7 Jan 2014 10:33:15 +0000 (02:33 -0800)]
Add .grunt directory

10 years agoAdd `coverage` directory, rename coverage heading
Stuart P. Bentley [Tue, 7 Jan 2014 10:27:32 +0000 (02:27 -0800)]
Add `coverage` directory, rename coverage heading

10 years agoAdd build/Release to Node gitignore
Stuart P. Bentley [Tue, 7 Jan 2014 09:49:40 +0000 (01:49 -0800)]
Add build/Release to Node gitignore

This re-covers the http://nodejs.org/api/addons.html case for which the "build" directory was added in 00686415c4, but doesn't break cross-environment projects that use the build directory for including concatenated/minified source. Mazel tov!

10 years agoClarify node_modules comment
Stuart P. Bentley [Tue, 7 Jan 2014 09:37:13 +0000 (01:37 -0800)]
Clarify node_modules comment

Now linking to the official npm FAQ entry (with tl;dr) rather than straight to mikeal's blog post

10 years agoMerge pull request #912 from stuartpb/patch-1
Adam Roben [Tue, 7 Jan 2014 03:53:53 +0000 (19:53 -0800)]
Merge pull request #912 from stuartpb/patch-1

Update Cloud9.gitignore

10 years agoMerge pull request #911 from mickeypuri/visualstudio
Adam Roben [Tue, 7 Jan 2014 03:53:42 +0000 (19:53 -0800)]
Merge pull request #911 from mickeypuri/visualstudio

fixed handling of nuget packages

10 years agoMerge pull request #909 from Stijn-Flipper/wordpress-fix
Adam Roben [Tue, 7 Jan 2014 03:49:39 +0000 (19:49 -0800)]
Merge pull request #909 from Stijn-Flipper/wordpress-fix

Ignore sensitive data

10 years agoMerge pull request #907 from pimterry/nodeGitignore
Adam Roben [Tue, 7 Jan 2014 03:48:37 +0000 (19:48 -0800)]
Merge pull request #907 from pimterry/nodeGitignore

Ignore grunt and lcov build files in Node projects

10 years agoMerge pull request #906 from arinto/new-ignore-for-Eclipse-SBT
Adam Roben [Tue, 7 Jan 2014 03:47:23 +0000 (19:47 -0800)]
Merge pull request #906 from arinto/new-ignore-for-Eclipse-SBT

Add output directory of sbteclipse plugin, which is ".target" directory.

10 years agoMerge pull request #905 from arinto/new-ignore-in-play-2.2.x
Adam Roben [Tue, 7 Jan 2014 03:46:04 +0000 (19:46 -0800)]
Merge pull request #905 from arinto/new-ignore-in-play-2.2.x

Add "dist" and ".cache" folders for Play 2.2.x

10 years agoMerge pull request #899 from andrewwutw/master
Adam Roben [Tue, 7 Jan 2014 03:36:27 +0000 (19:36 -0800)]
Merge pull request #899 from andrewwutw/master

Added SCons.gitignore

10 years agoMerge pull request #893 from dng-dev/patch-1
Adam Roben [Tue, 7 Jan 2014 03:35:03 +0000 (19:35 -0800)]
Merge pull request #893 from dng-dev/patch-1

Update to Magento 1.8.x

10 years agoMerge pull request #883 from richorama/master
Adam Roben [Tue, 7 Jan 2014 03:13:47 +0000 (19:13 -0800)]
Merge pull request #883 from richorama/master

added node_modules

10 years agoMerge pull request #840 from jan0sch/SugarCRM
Adam Roben [Tue, 7 Jan 2014 03:12:22 +0000 (19:12 -0800)]
Merge pull request #840 from jan0sch/SugarCRM

Added the new upload directories and ignore the cache directory completely

10 years agoRefactor Node.gitignore with comments
Stuart P. Bentley [Fri, 3 Jan 2014 01:02:57 +0000 (20:02 -0500)]
Refactor Node.gitignore with comments

The "build" directory is lost in this refactor, as many JS projects
do wish to include a minified/concatenated version of their source
in the "build" folder in source control.

10 years agoUpdate Cloud9.gitignore 912/head
Stuart P. Bentley [Fri, 3 Jan 2014 00:51:35 +0000 (16:51 -0800)]
Update Cloud9.gitignore

The next version of Cloud9 will use a top-level .c9 folder in the workspace for settings and metadata.

10 years agofixed handling of nuget packages 911/head
Mickey Puri [Wed, 1 Jan 2014 15:19:20 +0000 (15:19 +0000)]
fixed handling of nuget packages

10 years agoalso ignore sensitive configuration data 909/head
Stijn-Flipper [Sat, 28 Dec 2013 16:16:38 +0000 (17:16 +0100)]
also ignore sensitive configuration data

10 years agoIgnore grunt and lcov build files in Node projects 907/head
Tim Perry [Thu, 26 Dec 2013 23:53:21 +0000 (23:53 +0000)]
Ignore grunt and lcov build files in Node projects

10 years agoAdd output directory of sbteclipse plugin, 906/head
Arinto Murdopo [Tue, 24 Dec 2013 23:48:34 +0000 (07:48 +0800)]
Add output directory of sbteclipse plugin,
which is ".target" directory.

10 years agoAdd "dist" and ".cache" folders for Play 2.2.x 905/head
Arinto Murdopo [Tue, 24 Dec 2013 23:35:59 +0000 (07:35 +0800)]
Add "dist" and ".cache" folders for Play 2.2.x
Link: http://www.playframework.com/documentation/2.2.x/Anatomy
10 years agoAdded SCons.gitignore 899/head
andrewwutw [Tue, 17 Dec 2013 07:06:57 +0000 (15:06 +0800)]
Added SCons.gitignore