Commit Graph

2007 Commits

Author SHA1 Message Date
icylogic
31c960a5ca update Eagle.gitignore for .lck 2016-02-03 21:51:15 +08:00
Brendan Forster
87bd07e50d Merge pull request from jutoft/master
Add ignore for .lox files from fixme package
2016-02-03 22:17:57 +10:30
Jesper Utoft
03e1898c93 Add ignore for .lox files from fixme package 2016-02-03 11:42:49 +01:00
Brendan Forster
fa441f9031 Merge pull request from Oddj0b/Calabash
Based on a template from jmoody
2016-01-28 15:58:45 +10:30
Brendan Forster
915a98c838 Merge pull request from maieul/reledmac_endnote
reledmac use one individual file by series of endnotes :
2016-01-28 15:58:21 +10:30
Brendan Forster
276cc5877f Merge pull request from vltr/patch-1
Update Python.gitignore
2016-01-28 09:23:13 +10:30
Richard Kuesters
71bbd933ee merging Python.gitignore for PR 2016-01-27 20:46:49 -02:00
Brendan Forster
c40da92078 Merge pull request from jcarsique/master
Add Code Recommenders directory
2016-01-28 09:00:46 +10:30
Julien Carsique
71e0c804e6 Add Code Recommenders directory
Code Recommenders introduced in Eclipse Luna (4.5) creates a .recommenders directory at the root of the workspace, like .metadata
2016-01-27 23:25:49 +01:00
Villars Gimm
8ec50f4b74 Move Calabash to Global 2016-01-27 12:24:30 +01:00
Maïeul Rouquette
bfabdf1948 Merge branch 'master' into reledmac_endnote 2016-01-27 10:07:13 +01:00
Brendan Forster
a25a0191d9 Merge pull request from LazarusX/master
Update JetBrains.gitignore according to the official knowledge base article
2016-01-27 18:11:14 +10:30
Ray Fang
edb522ba0b Update reference article link 2016-01-27 14:41:47 +08:00
Ray Fang
42110464c9 Merge upstream changes 2016-01-27 14:36:41 +08:00
Brendan Forster
495ce0e4fb Merge pull request from jnycz/patch-1
Incorrect file path
2016-01-27 16:14:06 +10:30
Brendan Forster
80c4cbc532 Merge pull request from habi/patch-1
Adding more files to ignore when using minitoc
2016-01-27 16:07:34 +10:30
Brendan Forster
1199897c60 Merge pull request from ahmedbaracat/patch-1
Allow for ignoring other important files and save space
2016-01-27 16:04:49 +10:30
Brendan Forster
f599ca2f15 Merge pull request from kc9jud/patch-1
Update Eagle.gitignore
2016-01-27 16:01:18 +10:30
Brendan Forster
352c903c34 Merge pull request from Coeur/patch-1
DerivedData and xcuserdata are folders; *.xcuserstate is always inside
2016-01-27 15:27:31 +10:30
Brendan Forster
8ae0b3e125 Merge pull request from barraponto/patch-1
Document Vim file patterns
2016-01-27 15:23:45 +10:30
Brendan Forster
4b2af6fb77 Merge pull request from tyutyutyu/patch-1
Add Tern plugin to Eclipse.gitignore
2016-01-27 13:54:18 +10:30
Brendan Forster
a52383453b Merge pull request from edsondota/master
Add local_settings to Django's ignore
2016-01-27 13:34:36 +10:30
Brendan Forster
504f54caf8 Merge pull request from wisitsaks/patch-1
Update VisualStudio.gitignore
2016-01-27 13:11:02 +10:30
Brendan Forster
805aee54f1 Merge pull request from jderobot-varribas/Qt/ignore-cmakelists.txt.user
Qt: ignore CMakeLists.txt.user
2016-01-27 05:17:44 +10:30
Victor Arribas
2c3b06b1ec Qt: ignore CMakeLists.txt.user 2016-01-25 18:50:35 +01:00
Brendan Forster
9f3470db3b Merge pull request from hzor3000/patch-1
Add *.VC.opendb for UnrealEngine
2016-01-24 14:08:28 +10:30
Brendan Forster
96ad0e39a5 Merge pull request from pisaacs/patch-1
Add .byebug_history to gitignore
2016-01-24 07:29:17 +10:30
pisaacs
9c92fa360f Add .byebug_history to gitignore
.byebug_history included in default Rails5 setup (https://github.com/rails/rails/blob/master/railties/lib/rails/generators/rails/app/templates/gitignore)
2016-01-23 12:56:49 -05:00
Vahagn Harutyunyan
514f24b99a Add *.VC.opendb for UnrealEngine
Add *.VC.opendb to the .gitignore for the UnrealEngine for Visual Studio 2015 Update 1 users. This reflects the changes in the VisualStudio.gitignore made in https://github.com/github/gitignore/pull/1778 and https://github.com/github/gitignore/pull/1783 but is more specifically targeted at solving the issue http://stackoverflow.com/questions/34319008/git-issue-with-visual-studio-2015-update-1 .
2016-01-23 14:44:18 +04:00
Brendan Forster
c7557c59a5 Merge pull request from chwarr/emacs-server-auth-dir
Ignore default Emacs server auth dir
2016-01-23 10:09:46 +10:30
Christopher Warrington
9771968355 Ignore default Emacs server auth dir
The server-auth-dir is where Emacs stores authentication files for Emacs
servers (running over TCP). These are (usually) ephemeral in nature, and
should be ignored.
2016-01-22 14:57:28 -08:00
Brendan Forster
45ce044e6f Merge pull request from msikma/patch-1
Ignore .venv files created by auto-activation scripts
2016-01-21 20:46:34 +10:30
Michiel Sikma
29bd7031a7 Merge remote-tracking branch 'upstream/master' into patch-1 2016-01-21 10:36:01 +01:00
Garen Torikian
e4c0ed3c20 Merge pull request from pra85/patch-1
Update license year to 2016
2016-01-17 11:01:58 -08:00
Garen Torikian
df37ae670c Merge pull request from DerNivel/patch-1
Update Node.gitignore
2016-01-17 11:01:42 -08:00
Levin Rickert
cedf149de3 URL doesn't exists anymore 2016-01-17 17:43:54 +01:00
Prayag Verma
2cf1699227 Update license year to 2016 2016-01-16 17:56:31 +05:30
Arfon Smith
4215c0f78c Merge pull request from manavm/ipynb-checkpoints
Ipython Notebook checkpoints
2016-01-15 16:53:38 -05:00
Brendan Forster
f51f0baa5a Merge pull request from AArnott/patch-4
Ignore files generated by NuGet v3 project.json
2016-01-15 15:59:30 +11:00
Brendan Forster
3299a7e4dc Merge pull request from adrfer/master
Ignore playground files
2016-01-15 15:59:11 +11:00
Brendan Forster
def395f811 Merge pull request from mimibar/patch-1
Comments
2016-01-14 09:40:47 +11:00
mimibar
491eca8bda Comments
Just added some comments. Some of us don't need some of the lines in the file.
2016-01-13 13:00:10 -06:00
Brendan Forster
da521d7bbf Merge pull request from AArnott/patch-6
Remove `build/` suppression
2016-01-12 13:39:16 +10:30
Brendan Forster
1c24a55ec3 Merge pull request from rogierslag/master
Exclude Latexian temp files for Tex documents
2016-01-11 23:33:00 +10:30
Brendan Forster
7e854d3991 Merge pull request from jelford/master
Include lib64 for virtualenv
2016-01-11 14:19:02 +10:30
Rogier Slag
ce4e9ccd7a Exclude Latexian temp files for Tex documents
Latexian adds some additional temporary files, which are not required for building the project. Therefore they are better left out as well
2016-01-10 15:59:25 +01:00
James Elford
efab0fd13c Include lib64 for virtualenv
On systems that require a lib64, virtualenv creates a symlink to the local lib.
2016-01-10 09:01:17 +00:00
Brendan Forster
be3333655b Merge pull request from dopefishh/patch-1
Add TeX precompiled preamble and xypic
2016-01-05 10:19:08 +10:30
Brendan Forster
578a7b7514 Merge pull request from anderslundsgard/master
Ignore ApplicationInsights.config for Microsoft Azure
2016-01-05 10:18:19 +10:30
Adriano Ferreira
33da976da9 Ignore playground.xcworkspace playground file 2016-01-03 12:02:46 -05:00