aboutsummaryrefslogtreecommitdiffstats
path: root/Global
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1264 from arteymix/masterCarl Suster2014-11-081-0/+3
|\ | | | | Added a gitignore for Anjuta IDE http://anjuta.org/
| * Ignore the symbole database which is a generated binary file.Guillaume Poirier-Morency2014-11-071-1/+2
| |
| * Added a gitignore for Anjuta IDE http://anjuta.org/Guillaume Poirier-Morency2014-10-251-0/+2
| |
* | Merge pull request #1225 from thurask/momenticsCarl Suster2014-11-061-0/+3
|\ \ | | | | | | Add user-specific settings to Momentics.gitignore
| * | Add user-specific settings to Momentics.gitignorethurask2014-09-231-0/+3
| | | | | | | | | The .settings folder contains all of the user-specific preferences for Momentics (like it does for Eclipse, since they're the same underneath). Should be local only.
* | | Merge pull request #1259 from Kaceykaso/patch-1Carl Suster2014-11-061-0/+3
|\ \ \ | | | | | | | | Create CodeKit.gitignore
| * | | Create CodeKit.gitignoreKacey Coughlin2014-10-211-0/+3
| | |/ | |/|
* / | Create MicrosoftOfficeBen Bodenmiller2014-11-051-0/+10
|/ / | | | | Continuation of https://github.com/github/gitignore/pull/594/ and details from http://support.microsoft.com/kb/211632
* | Merge pull request #1232 from thunsaker/patch-1Carl Suster2014-10-201-0/+2
|\ \ | | | | | | Added New Files created by Crashlytics Plugin
| * | Another tweakThomas Hunsaker2014-10-191-2/+2
| | |
| * | Minor tweaksThomas Hunsaker2014-10-191-4/+2
| | |
| * | Added New Files created by Crashlytics PluginThomas Hunsaker2014-09-291-0/+4
| | | | | | | | | These are relatively new, the crashlytics.properties file contains the secret and can [alternatively](https://plus.google.com/+AntonioBertucci/posts/S9krjvXfgfm) contain the apikey to rid your repo of the extra strings file.
* | | Merge pull request #1251 from tomsquest/masterCarl Suster2014-10-201-1/+1
|\ \ \ | | | | | | | | Ignore iml file anywhere
| * | | Ignore iml file anywhereThomas Queste2014-10-161-1/+1
| |/ / | | | | | | | | | Intellij's iml file can be anywhere on the path. This is true for multi-module maven project where each module has its own $projectName.iml file in its own directory.
* | | Merge pull request #1248 from iori-o/emacs_caskCarl Suster2014-10-201-0/+3
|\ \ \ | | | | | | | | Adding .cask directory to Global/Emacs.gitignore
| * | | Adding .cask directory to Global/Emacs.gitignoreIori ONDA2014-10-151-0/+3
| |/ /
* | | Merge pull request #1252 from paolofulgoni/tortoisegitCarl Suster2014-10-201-0/+2
|\ \ \ | | | | | | | | Create TortoiseGit.gitignore
| * | | Create TortoiseGit.gitignorePaolo Fulgoni2014-10-171-0/+2
| |/ /
* / / Remove trailing spaceleandrodeleite2014-10-151-1/+1
|/ /
* | Typo in Jetbrains gitignoreRicardo Fuhrmann2014-09-171-1/+1
| |
* | Merge pull request #1208 from mstrcnvs/patch-1Carl Suster2014-09-151-0/+1
|\ \ | |/ |/| Adding new file generated by the built-in venv module in Python 3
| * Adding new file rule generated by the built-in venv module in Python 3Rafael Canovas2014-09-111-0/+1
| | | | | | As described on https://docs.python.org/dev/library/venv.html#creating-virtual-environments
* | Add compiled translations to Momentics.gitignorethurask2014-09-131-0/+1
|/ | | This .gitignore now ignores everything that build clean gets rid of
* Merge pull request #1193 from github/remove-quartus2Carl Suster2014-09-111-66/+0
|\ | | | | [Global/Quartus2] Remove template
| * Remove Quartus2 templateCarl Suster2014-09-021-66/+0
| | | | | | | | | | | | | | The template hasn't been touched since it was added to this collection. There are some problems with it - mainly that it's hard to know if these rules are all still relevant, and the large prose block is probably more confusing than helpful here.
* | Remove *.pycGlaived2014-09-011-3/+0
| |
* | Merge branch 'master' of https://github.com/github/gitignoreGlaived2014-09-014-9/+35
|\|
| * Merge branch 'fix-1165'Carl Suster2014-09-011-10/+21
| |\
| | * Tidy up the JetBrains commentsCarl Suster2014-09-011-13/+20
| | | | | | | | | | | | Amends #1165
| | * Typo fix + Plugin configuration + UI specific fileGaël Demette2014-08-131-2/+6
| | |
| * | add shortcut filesmalheleco2014-08-211-0/+3
| | |
| * | Create LyX.gitignoregazebodude2014-08-191-0/+4
| | | | | | | | | Ignores *.lyx~ (crash recovery) and *.lyx# (timed autosave) files generated by LyX - the document processor.
| * | Merge pull request #1105 from thurask/momenticsCarl Suster2014-08-151-0/+4
| |\ \ | | |/ | |/| Create Momentics.gitignore
| | * Add arm-p folderthurask2014-06-131-0/+1
| | | | | | | | | arm-p is another compiled output folder, for device-profile builds
| | * Create Momentics.gitignorethurask2014-06-101-0/+3
| | | | | | | | | Ignore debug/release builds (those go in Releases)
| * | change imlSam Duke2014-07-151-0/+1
| | | | | | | | | guess that root iml needs to be ignored and others need to be shared
| * | Updated following feedbackSam Duke2014-07-151-6/+3
| | | | | | | | | removed the iml filter - this is my current best understanding of the docs, but I'm still unsure
| * | Update JetBrains.gitignoreSam Duke2014-07-141-1/+7
| | | | | | | | | | | | | | | To clarify when to ignore/include *.imls as per https://intellij-support.jetbrains.com/entries/23393067 also added optionals from the same
* | | Adding cache files and binary filesGlaived2014-07-271-1/+9
|/ /
* / Make ninja a global template.Carl Suster2014-07-081-0/+2
|/ | | | Amends #1084
* Re-order rules for JetBrains legacy project formatDaniel Rothmaler2014-05-291-1/+1
| | | | Fixes #1090 - this is the part of that PR that seems justified.
* Merge pull request #1069 from github/sbtCarl Suster2014-05-261-2/+2
|\ | | | | [Global/SBT] Fix documentation URL
| * Fix URL in SBT templateCarl Suster2014-05-061-2/+2
| |
* | Remove stray whitespaceCarl Suster2014-05-071-2/+0
| | | | | | | | Amending #1072
* | added gitignore for IPython notebooksrasbt2014-05-061-0/+0
| |
* | added gitignore for IPython notebooksrasbt2014-05-061-0/+4
|/
* Ignor auctex auto-folder and contentsMichael S. Christensen2014-04-171-0/+3
| | | When working with multifile LaTeX-documents in AUCTeX in emacs, it creates the auto-folder to keep track of styles, macros etc. in the whole document. Unnecessary of versioning purposes.
* Merge pull request #1040 from NSElvis/masterCarl Suster2014-04-161-0/+1
|\ | | | | Ignore xcuserstate
| * Ignore xcuserstateElvis Nuñez2014-04-151-0/+1
| | | | | | xcuserstate files are generated from within Xcode and saved in your project bundle to remember your last opened file, the open state of any group folders, open tabs, and any other user setting your project might need to remember, this is something that shouldn't be tracked in version control
* | Added .rel-filesMichael S. Christensen2014-04-161-0/+3
|/ | | Reftex adds these for internal processing, only auxillary files for composition and compilation of tex-documents.