From c00cb4e4e1ca59bbe74793903ca111bd65e3ef26 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Sat, 29 Dec 2012 14:58:09 -0500 Subject: [PATCH] Remove build folder and exclude it These files were causing alot of diff noise with the timestamps. Discussed in https://github.com/nzakas/parser-lib/pull/45 --- .gitignore | 165 ++++++++++++++++++++++++++++++++ build/node-parserlib.js | 4 +- build/npm/lib/node-parserlib.js | 4 +- build/parserlib-core.js | 2 +- build/parserlib-css.js | 2 +- build/parserlib.js | 4 +- 6 files changed, 173 insertions(+), 8 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..051d008e --- /dev/null +++ b/.gitignore @@ -0,0 +1,165 @@ +#Ignore timestamped build outputs. +build/ +################# +## Eclipse +################# + +*.pydevproject +.project +.metadata +bin/ +tmp/ +*.tmp +*.bak +*.swp +*~.nib +local.properties +.classpath +.settings/ +.loadpath + +# External tool builders +.externalToolBuilders/ + +# Locally stored "Eclipse launch configurations" +*.launch + +# CDT-specific +.cproject + +# PDT-specific +.buildpath + + +################# +## Visual Studio +################# + +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.sln.docstates + +# Build results +[Dd]ebug/ +[Rr]elease/ +*_i.c +*_p.c +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.vspscc +.builds +*.dotCover + +## TODO: If you have NuGet Package Restore enabled, uncomment this +#packages/ + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf + +# Visual Studio profiler +*.psess +*.vsp + +# ReSharper is a .NET coding add-in +_ReSharper* + +# Installshield output folder +[Ee]xpress + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish + +# Others +[Bb]in +[Oo]bj +sql +TestResults +*.Cache +ClientBin +stylecop.* +~$* +*.dbmdl +Generated_Code #added for RIA/Silverlight projects + +# Backup & report files from converting an old project file to a newer +# Visual Studio version. Backup files are not needed, because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML + + + +############ +## Windows +############ + +# Windows image file caches +Thumbs.db + +# Folder config file +Desktop.ini + + +############# +## Python +############# + +*.py[co] + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox + +#Translations +*.mo + +#Mr Developer +.mr.developer.cfg + +# Mac crap +.DS_Store diff --git a/build/node-parserlib.js b/build/node-parserlib.js index bbc69f04..dd1c27ba 100644 --- a/build/node-parserlib.js +++ b/build/node-parserlib.js @@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* Version v@VERSION@, Build time: 4-December-2012 11:58:48 */ +/* Version v@VERSION@, Build time: 29-December-2012 02:56:00 */ var parserlib = {}; (function(){ @@ -931,7 +931,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* Version v@VERSION@, Build time: 4-December-2012 11:58:48 */ +/* Version v@VERSION@, Build time: 29-December-2012 02:56:00 */ (function(){ var EventTarget = parserlib.util.EventTarget, TokenStreamBase = parserlib.util.TokenStreamBase, diff --git a/build/npm/lib/node-parserlib.js b/build/npm/lib/node-parserlib.js index bbc69f04..dd1c27ba 100644 --- a/build/npm/lib/node-parserlib.js +++ b/build/npm/lib/node-parserlib.js @@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* Version v@VERSION@, Build time: 4-December-2012 11:58:48 */ +/* Version v@VERSION@, Build time: 29-December-2012 02:56:00 */ var parserlib = {}; (function(){ @@ -931,7 +931,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* Version v@VERSION@, Build time: 4-December-2012 11:58:48 */ +/* Version v@VERSION@, Build time: 29-December-2012 02:56:00 */ (function(){ var EventTarget = parserlib.util.EventTarget, TokenStreamBase = parserlib.util.TokenStreamBase, diff --git a/build/parserlib-core.js b/build/parserlib-core.js index 038e7af4..584853a5 100644 --- a/build/parserlib-core.js +++ b/build/parserlib-core.js @@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* Version v@VERSION@, Build time: 4-December-2012 11:58:48 */ +/* Version v@VERSION@, Build time: 29-December-2012 02:56:00 */ var parserlib = {}; (function(){ diff --git a/build/parserlib-css.js b/build/parserlib-css.js index f0bd44a6..0408d953 100644 --- a/build/parserlib-css.js +++ b/build/parserlib-css.js @@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* Version v@VERSION@, Build time: 4-December-2012 11:58:48 */ +/* Version v@VERSION@, Build time: 29-December-2012 02:56:00 */ (function(){ var EventTarget = parserlib.util.EventTarget, TokenStreamBase = parserlib.util.TokenStreamBase, diff --git a/build/parserlib.js b/build/parserlib.js index d4214da2..0be99df9 100644 --- a/build/parserlib.js +++ b/build/parserlib.js @@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* Version v@VERSION@, Build time: 4-December-2012 11:58:48 */ +/* Version v@VERSION@, Build time: 29-December-2012 02:56:00 */ var parserlib = {}; (function(){ @@ -931,7 +931,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* Version v@VERSION@, Build time: 4-December-2012 11:58:48 */ +/* Version v@VERSION@, Build time: 29-December-2012 02:56:00 */ (function(){ var EventTarget = parserlib.util.EventTarget, TokenStreamBase = parserlib.util.TokenStreamBase,