From 33dd88ab847ae615028c9981d6e12b53cbcd6799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Evandro=20Leopoldino=20Gon=C3=A7alves?= Date: Sat, 14 Dec 2013 12:07:26 -0200 Subject: [PATCH 01/23] Update Python.gitignore --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 50a87264..3a025deb 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -6,6 +6,9 @@ __pycache__/ *.so # Distribution / packaging +.Python +env/ +include/ bin/ build/ develop-eggs/ From 808d28fab19c356996b017c3c5d5cd6f9f4cebc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Evandro=20Leopoldino=20Gon=C3=A7alves?= Date: Tue, 7 Jan 2014 15:56:17 -0200 Subject: [PATCH 02/23] Update Python.gitignore --- Python.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 3a025deb..76f2a469 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -8,7 +8,6 @@ __pycache__/ # Distribution / packaging .Python env/ -include/ bin/ build/ develop-eggs/ From a2f11b61c37df6eeda7f5c5487a0c8397530d756 Mon Sep 17 00:00:00 2001 From: Dan Lister Date: Tue, 14 Jan 2014 10:29:02 +0000 Subject: [PATCH 03/23] Create Umbraco.gitignore --- Umbraco.gitignore | 51 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 Umbraco.gitignore diff --git a/Umbraco.gitignore b/Umbraco.gitignore new file mode 100644 index 00000000..bafe85f7 --- /dev/null +++ b/Umbraco.gitignore @@ -0,0 +1,51 @@ +# Ignore Visual Studio and system files +*.diff +*.err +*.orig +*.obj +*.pdb +*.user +*.aps +*.pch +*.vspscc +*.vssscc +*_i.c +*_p.c +*.ncb +*.suo +*.tlb +*.tlh +*.bak +*.cache +*.ilk +*.log +*.lib +*.sbr +*.scc +*.resharper +*.rej +*.swo +*.swp +*.DS_Store +*.[Pp]ublish.xml + +# Ignore Visual Studio and plugin folders +[Bb]in +[Dd]ebug +[Oo]bj/ +[Rr]elease +[Pp]review +[Tt]humbs.db +[Tt]est[Rr]esult* +[Bb]uild[Ll]og.* +_ReSharper + +# Ignore Umbraco folders (Generated folders created by Umbraco) +ClientDependency/ +TEMP/ +Logs/ +Cached/ +ExamineIndexes/ + +# Ignore Umbraco content cache file +umbraco.config From 21d2f7e1d617474723a1abc28cd8a1686ee2de17 Mon Sep 17 00:00:00 2001 From: cknoblauch Date: Fri, 17 Jan 2014 17:22:59 -0200 Subject: [PATCH 04/23] 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). --- Grails.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grails.gitignore b/Grails.gitignore index b827da05..083b60f3 100644 --- a/Grails.gitignore +++ b/Grails.gitignore @@ -1,7 +1,7 @@ # .gitignore for Grails 1.2 and 1.3 # web application files -/web-app/WEB-INF +/web-app/WEB-INF/classes # IDE support files /.classpath From 61422490d3f51f4b62868acfcfe52a01a8c41b6e Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Sat, 18 Jan 2014 10:29:50 +0100 Subject: [PATCH 05/23] gitignore VM crash logs --- Java.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Java.gitignore b/Java.gitignore index 009ce166..32858aad 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -7,3 +7,6 @@ *.jar *.war *.ear + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* From 06bb90e532d69340c12f799bfb99fe8330eebc16 Mon Sep 17 00:00:00 2001 From: Robert Holman Date: Wed, 22 Jan 2014 16:11:28 -0600 Subject: [PATCH 06/23] Added .gitignore for the DM language. --- DM.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 DM.gitignore diff --git a/DM.gitignore b/DM.gitignore new file mode 100644 index 00000000..34f782a7 --- /dev/null +++ b/DM.gitignore @@ -0,0 +1,5 @@ +*.dmb +*.rsc +*.int +*.lk +*.zip \ No newline at end of file From 19fd21b6215186360448a2cca7bd697bed062f0c Mon Sep 17 00:00:00 2001 From: ahmyi Date: Wed, 5 Feb 2014 16:42:29 +0800 Subject: [PATCH 07/23] Update on using boo script generated by Unity3D --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index 2ed4ccca..4d8768d6 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -10,3 +10,4 @@ /*.user /*.userprefs /*.pidb +/*.booproj From 38cbefd1c47c9a5099f0be953a96dd18afc928dd Mon Sep 17 00:00:00 2001 From: Christoph Emmersberger Date: Thu, 6 Feb 2014 19:00:54 +0100 Subject: [PATCH 08/23] Update JetBrains.gitignore Add plugin file description for JIRA config file containing username and password --- Global/JetBrains.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 5db4d2e7..0d6cf0de 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -21,3 +21,6 @@ out/ # generated by mpeltonen/sbt-idea plugin .idea_modules/ + +# generated by JIRA plugin +atlassian-ide-plugin.xml From 84aef6a319501f35449ad694a43d2d9c19e01494 Mon Sep 17 00:00:00 2001 From: Juergen Edelbluth Date: Thu, 6 Feb 2014 19:27:06 +0100 Subject: [PATCH 09/23] 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. --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index b0a911e0..f19b71f3 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -25,6 +25,7 @@ ## Build tool auxiliary files: *.fdb_latexmk *.synctex.gz +*.synctex.gz(busy) *.pdfsync ## Auxiliary and intermediate files from other packages: From 1389bf1b2629a62216ee910a31ec62521d8614a5 Mon Sep 17 00:00:00 2001 From: Dan Lister Date: Fri, 7 Feb 2014 11:58:43 +0000 Subject: [PATCH 10/23] Removed Visual Studio ignore rules from umbraco.gitignore --- Umbraco.gitignore | 42 ------------------------------------------ 1 file changed, 42 deletions(-) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index bafe85f7..be2db99c 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -1,45 +1,3 @@ -# Ignore Visual Studio and system files -*.diff -*.err -*.orig -*.obj -*.pdb -*.user -*.aps -*.pch -*.vspscc -*.vssscc -*_i.c -*_p.c -*.ncb -*.suo -*.tlb -*.tlh -*.bak -*.cache -*.ilk -*.log -*.lib -*.sbr -*.scc -*.resharper -*.rej -*.swo -*.swp -*.DS_Store -*.[Pp]ublish.xml - -# Ignore Visual Studio and plugin folders -[Bb]in -[Dd]ebug -[Oo]bj/ -[Rr]elease -[Pp]review -[Tt]humbs.db -[Tt]est[Rr]esult* -[Bb]uild[Ll]og.* -_ReSharper - # Ignore Umbraco folders (Generated folders created by Umbraco) ClientDependency/ TEMP/ From 52eec8d5587035079004080d0bd5c9952d6c82bc Mon Sep 17 00:00:00 2001 From: jturmel Date: Mon, 10 Feb 2014 10:24:05 -0600 Subject: [PATCH 11/23] Add AndroidStudio gitignore file --- AndroidStudio.gitignore | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 AndroidStudio.gitignore diff --git a/AndroidStudio.gitignore b/AndroidStudio.gitignore new file mode 100644 index 00000000..2f94f599 --- /dev/null +++ b/AndroidStudio.gitignore @@ -0,0 +1,32 @@ +# Built application files +*.apk +*.ap_ + +# Files for the Dalvik VM +*.dex + +# Java class files +*.class + +# Generated files +bin/ +gen/ + +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Proguard folder generated by Eclipse +proguard/ + +# IDE specific configuration +.idea + +# Intellij module files +*.iml + +# Crashlytics auto-generated file for Android Studio plugin +com_crashlytics_export_strings.xml From f85e67659dd4116fb7f0a8014b9ed0f00c98d2f7 Mon Sep 17 00:00:00 2001 From: Denis Grinyuk Date: Fri, 29 Nov 2013 18:55:24 +0400 Subject: [PATCH 12/23] This is not Delphi-specific folder --- Delphi.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Delphi.gitignore b/Delphi.gitignore index 02acd6a9..7c506a1a 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -11,4 +11,3 @@ __history *.dcp *.so *.apk -bin/* From 33540b975592ad3087a799b4c949c46256b3112c Mon Sep 17 00:00:00 2001 From: Denis Grinyuk Date: Fri, 29 Nov 2013 18:59:27 +0400 Subject: [PATCH 13/23] Nicer Delphi .gitignore - added header with link to official documentation about Delphi filetypes - added some missed file extensions - made some grouping with descriptions --- Delphi.gitignore | 36 +++++++++++++++++++++++++++++------- 1 file changed, 29 insertions(+), 7 deletions(-) diff --git a/Delphi.gitignore b/Delphi.gitignore index 7c506a1a..61ea8577 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -1,13 +1,35 @@ -*.dcu -*.~* -*.local -*.identcache -__history -*.drc -*.map +# .gitignore template for Delphi projects +# Based on Embarcadero documentation: +# http://docwiki.embarcadero.com/RADStudio/XE5/en/File_Extensions_of_Files_Generated_by_RAD_Studio + +# Delphi compiler-generated binaries *.exe *.dll *.bpl *.dcp *.so *.apk +*.drc +*.map +*.res +*.dres +*.rsm +*.tds +*.tlb + +# Delphi autogenerated files (duplicated info) +*.cfg +*Resource.rc + +# Delphi local files (user-specific info) +*.local +*.identcache +*.projdata +*.tvsconfig +*.dsk +*.deployproj +*.vlb + +# Delphi history and backups +__history/ +*.~* From 7f275ff0ec40f7824f1e8da830d8f4065b486ded Mon Sep 17 00:00:00 2001 From: Denis Grinyuk Date: Wed, 15 Jan 2014 18:09:26 +0400 Subject: [PATCH 14/23] Some filetypes should be commented by default --- Delphi.gitignore | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/Delphi.gitignore b/Delphi.gitignore index 61ea8577..17bfdf9c 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -2,6 +2,17 @@ # Based on Embarcadero documentation: # http://docwiki.embarcadero.com/RADStudio/XE5/en/File_Extensions_of_Files_Generated_by_RAD_Studio +# !!! ATTENTION !!! +# These types should be ignored in most cases. +# Leave this lines commented only if you know what you are doing. +# And please DO NOT store .res files in repository. Try to get rid of them. +# +#*.res +#*.ddp +#*.vlb +#*.deployproj +# + # Delphi compiler-generated binaries *.exe *.dll @@ -11,7 +22,6 @@ *.apk *.drc *.map -*.res *.dres *.rsm *.tds @@ -27,8 +37,6 @@ *.projdata *.tvsconfig *.dsk -*.deployproj -*.vlb # Delphi history and backups __history/ From baf7fe56e6878d9212a5b1ff19399fe934e09cb7 Mon Sep 17 00:00:00 2001 From: Denis Grinyuk Date: Thu, 16 Jan 2014 13:05:02 +0400 Subject: [PATCH 15/23] One more compiler-generated binary --- Delphi.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Delphi.gitignore b/Delphi.gitignore index 17bfdf9c..6f5755c3 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -17,6 +17,7 @@ *.exe *.dll *.bpl +*.bpi *.dcp *.so *.apk From 432f6edf3876a5e2aa8ea545fd15f99953339aba Mon Sep 17 00:00:00 2001 From: Denis Grinyuk Date: Mon, 3 Feb 2014 14:52:36 +0400 Subject: [PATCH 16/23] Additional comments --- Delphi.gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Delphi.gitignore b/Delphi.gitignore index 6f5755c3..39a8b66a 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -1,17 +1,24 @@ # .gitignore template for Delphi projects # Based on Embarcadero documentation: # http://docwiki.embarcadero.com/RADStudio/XE5/en/File_Extensions_of_Files_Generated_by_RAD_Studio +# Some older file types can be found here: +# http://delphi.wikia.com/wiki/Delphi_File_Extensions + # !!! ATTENTION !!! # These types should be ignored in most cases. # Leave this lines commented only if you know what you are doing. # And please DO NOT store .res files in repository. Try to get rid of them. # +# Resource files usually store project icon and version info. These should be included by means of .rc files. #*.res +# Delphi Diagram Portfolio file. Used by the diagram editor in Delphi 7. Uncomment this if you are not using diagrams. #*.ddp +# Visual LiveBindings file. Uncomment this if you are not using LiveBindings Designer. #*.vlb +# Deployment Manager configuration file for your project. Uncomment this if it is not mobile development and you do not use remote debug feature. #*.deployproj -# + # Delphi compiler-generated binaries *.exe From 9a0f32a452d0e7fc70680a0049e06c22f7144c47 Mon Sep 17 00:00:00 2001 From: jturmel Date: Wed, 12 Feb 2014 10:33:49 -0600 Subject: [PATCH 17/23] Remove AndroidStudio, modify Global/JetBrains * Remove AndroidStudio.gitignore in favor of adding the change needed to the Global/JetBrains.gitignore file --- AndroidStudio.gitignore | 32 -------------------------------- Global/JetBrains.gitignore | 3 +++ 2 files changed, 3 insertions(+), 32 deletions(-) delete mode 100644 AndroidStudio.gitignore diff --git a/AndroidStudio.gitignore b/AndroidStudio.gitignore deleted file mode 100644 index 2f94f599..00000000 --- a/AndroidStudio.gitignore +++ /dev/null @@ -1,32 +0,0 @@ -# Built application files -*.apk -*.ap_ - -# Files for the Dalvik VM -*.dex - -# Java class files -*.class - -# Generated files -bin/ -gen/ - -# Gradle files -.gradle/ -build/ - -# Local configuration file (sdk path, etc) -local.properties - -# Proguard folder generated by Eclipse -proguard/ - -# IDE specific configuration -.idea - -# Intellij module files -*.iml - -# Crashlytics auto-generated file for Android Studio plugin -com_crashlytics_export_strings.xml diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 0d6cf0de..47e551f5 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -24,3 +24,6 @@ out/ # generated by JIRA plugin atlassian-ide-plugin.xml + +# generated by Crashlytics plugin (for Android Studio and Intellij) +com_crashlytics_export_strings.xml From d51b1b71e9efe3468e1af9736f415ed383ecac13 Mon Sep 17 00:00:00 2001 From: Denis Grinyuk Date: Thu, 13 Feb 2014 11:29:21 +0400 Subject: [PATCH 18/23] Some cleanup --- Delphi.gitignore | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/Delphi.gitignore b/Delphi.gitignore index 39a8b66a..e186b94c 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -1,26 +1,28 @@ -# .gitignore template for Delphi projects -# Based on Embarcadero documentation: -# http://docwiki.embarcadero.com/RADStudio/XE5/en/File_Extensions_of_Files_Generated_by_RAD_Studio -# Some older file types can be found here: -# http://delphi.wikia.com/wiki/Delphi_File_Extensions - - -# !!! ATTENTION !!! -# These types should be ignored in most cases. -# Leave this lines commented only if you know what you are doing. -# And please DO NOT store .res files in repository. Try to get rid of them. +# Uncomment these types if you want even more clean repository. But be careful. +# It can make harm to an existing project source. Read explanations below. # -# Resource files usually store project icon and version info. These should be included by means of .rc files. +# Resource files are binaries containing manifest, project icon and version info. +# They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files. #*.res -# Delphi Diagram Portfolio file. Used by the diagram editor in Delphi 7. Uncomment this if you are not using diagrams. +# +# Type library file (binary). In old Delphi versions it should be stored. +# Since Delphi 2009 it is produced from .ridl file and can safely be ignored. +#*.tlb +# +# Diagram Portfolio file. Used by the diagram editor up to Delphi 7. +# Uncomment this if you are not using diagrams or use newer Delphi version. #*.ddp -# Visual LiveBindings file. Uncomment this if you are not using LiveBindings Designer. +# +# Visual LiveBindings file. Added in Delphi XE2. +# Uncomment this if you are not using LiveBindings Designer. #*.vlb -# Deployment Manager configuration file for your project. Uncomment this if it is not mobile development and you do not use remote debug feature. +# +# Deployment Manager configuration file for your project. Added in Delphi XE2. +# Uncomment this if it is not mobile development and you do not use remote debug feature. #*.deployproj +# - -# Delphi compiler-generated binaries +# Delphi compiler-generated binaries (safe to delete) *.exe *.dll *.bpl @@ -33,7 +35,6 @@ *.dres *.rsm *.tds -*.tlb # Delphi autogenerated files (duplicated info) *.cfg From 12aa1b03fc445c99698b4d4d7aed0d2d35a3849b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Thu, 13 Feb 2014 15:57:44 +0200 Subject: [PATCH 19/23] Updated the year :-) --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index f247e598..ac31f1a8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013 GitHub, Inc. +Copyright (c) 2014 GitHub, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), From 8209ea1b3681b92e2d5947cf0e7381c64fd95ef1 Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Fri, 14 Feb 2014 01:34:02 -0800 Subject: [PATCH 20/23] ignore SQL server database files --- VisualStudio.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 60c6c27c..9103a3f2 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -158,8 +158,8 @@ UpgradeLog*.XML UpgradeLog*.htm # SQL Server files -App_Data/*.mdf -App_Data/*.ldf +*.mdf +*.ldf # Business Intelligence projects *.rdl.data From 7d60eeeece543d37c29f35bd7dc71d870aca2568 Mon Sep 17 00:00:00 2001 From: Hyeon Kim Date: Tue, 18 Feb 2014 17:25:41 +0900 Subject: [PATCH 21/23] 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 --- VisualStudio.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index ac4a158c..dc61496f 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -27,6 +27,11 @@ bld/ *.VisualState.xml TestResult.xml +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + *_i.c *_p.c *_i.h From 073fd88f68f5e2d9f876dbad4c5d52dd0e9be246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Marek?= Date: Wed, 19 Feb 2014 00:30:31 +0100 Subject: [PATCH 22/23] Removed JetBrains *.iws files This entry should be (and is) rather in Global/JetBrains.gitignore --- Grails.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Grails.gitignore b/Grails.gitignore index 083b60f3..5bd01376 100644 --- a/Grails.gitignore +++ b/Grails.gitignore @@ -38,6 +38,3 @@ # "temporary" build files /target - -# other -*.iws From 7f7df06518921d17a5b61986c5d9947b86ff7014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Marek?= Date: Wed, 19 Feb 2014 01:16:52 +0100 Subject: [PATCH 23/23] Removed IDE support files entirely Those files should be in Global/ templates --- Grails.gitignore | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Grails.gitignore b/Grails.gitignore index 5bd01376..22bf40d1 100644 --- a/Grails.gitignore +++ b/Grails.gitignore @@ -3,16 +3,6 @@ # web application files /web-app/WEB-INF/classes -# IDE support files -/.classpath -/.launch -/.project -/.settings -/*.launch -/*.tmproj -/ivy* -/eclipse - # default HSQL database files for production mode /prodDb.*