Phil Haack
3ce543bc4d
Adding an MIT license
...
Want to make it clear that anybody can use these files
in any way they need to.
2012-12-17 11:23:26 -08:00
Greg Whitworth
1fbbb01eb3
Added config files that should not be placed into repos by default as they contain database information and URL's that will vary between local and other servers and can cause conflicts.
2012-12-13 10:07:44 -09:00
amalrik
044043f559
change the line endings of Global/OSX from dos to unix format
2012-11-22 21:33:12 -02:00
Lars Wilhelmsen
74310b68b1
Added section for SQL Server files
...
Ignore SQL Server Database and log files in App_Data.
2012-11-22 13:30:04 +01:00
Marcin Floryan
62ca79528e
Ignore SASS cache
...
Adds ignore for a sass cache used by Mindscape Web Workbench (generatings css
from .scss files).
2012-11-20 11:06:33 +00:00
Marcin Floryan
b33818a428
Removed duplication of bin on obj folders
...
These two lines look like a duplicate of what we already have at the top of the
file and if we want to keep it should probably go under # Build results
2012-11-20 11:02:21 +00:00
Neil Kelty
60f6855ce9
Update nanoc.gitignore to include crash.log file
2012-11-17 12:12:19 -05:00
duncandee
b184145693
Update Wordpress.gitignore
...
Duplicate sitemap.xml
2012-11-16 09:06:57 +02:00
zhaojunmeng
3c54c0d7aa
Add *~ to ignore vim temp file.
2012-11-14 22:26:04 +08:00
Visgean Skeloru
0d1ef635cc
Django is python
...
Django should have same ignores as python because it is python
2012-11-12 17:54:20 +01:00
Andrej Mihajlov
3df67a9651
Update Node.gitignore
2012-11-08 14:07:25 +01:00
Michael Minter
a698a92747
add .project files to .gitignore
...
.project files come from Aptana Studio, a Rails IDE.
2012-10-30 12:05:22 -05:00
mwitek
c9397c586b
added .rvmrc to the list of ignored extentions
2012-10-28 20:49:30 -04:00
John McCutchan
694eb80d7b
Add Dart language support
2012-10-26 17:58:35 -07:00
Jens Jahnke
0fc164e94e
Added gitignore file for Typo3.
...
To make it easier to handle typo3 under git.
There is a related entry at stackoverflow:
http://stackoverflow.com/questions/11905360/how-best-to-manage-typo3-installations-using-git
2012-10-17 12:05:58 +02:00
Adrie den Hartog
d3dba5beb9
Concrete5: Also ignore /tmp files
...
Concrete5: Also ignore /tmp files
2012-10-16 16:21:31 +03:00
Oliver Schrenk
0141c63f2b
Ignore *.loa generated by algorithm package to list algorithms
2012-10-16 00:44:38 +03:00
Patrick Rauland
cccee442fd
Adding wp-config.php Back Into Version Control
2012-10-15 14:01:08 -05:00
Coby Chapple
747efedec0
Merge pull request #450 from rbxbx/patch-1
...
Update Leiningen.gitignore
2012-10-12 00:08:07 -07:00
Robert Pitts
cdb12b3754
Update Leiningen.gitignore
...
/targets/ should be ignored as well
2012-10-11 16:59:14 -07:00
Jared Koumentis
8200f76973
Merge pull request #341 from x3ro/fix-sublime
...
The sublime-project file should be checked into version control
2012-10-05 15:15:59 -07:00
Jared Koumentis
2b46b24413
Merge pull request #382 from x3ro/latex-addition
...
Ignore *.tdo files generated by the todonotes package
2012-10-05 15:14:44 -07:00
Jared Koumentis
802cb3f13c
Merge pull request #380 from borekb/patch-1
...
Flex / ActionScript project files removed from .gitignore
2012-10-05 15:13:44 -07:00
Jared Koumentis
d17f128585
Merge pull request #440 from nap/master
...
PyCharm IDE project specific files
2012-10-04 17:53:55 -07:00
Jared Koumentis
aa8fd18ed3
Merge pull request #215 from nkh/patch-1
...
Do not ignore directory matching /Build/
2012-10-04 17:50:59 -07:00
Jared Koumentis
e605ce745a
Merge pull request #212 from ikeike443/patch-1
...
Delete duplicated "eclipse" and support ignoring IDEA's metafile such as
2012-10-04 17:44:49 -07:00
Jared Koumentis
e571ee1e42
Merge pull request #349 from tucnak/master
...
Gitignore for Qt core developers
2012-10-04 17:41:13 -07:00
Jared Koumentis
e0fbe0f0b3
Merge pull request #354 from misham/sdcc
...
Adding support for SDCC compiler files
2012-10-04 17:38:36 -07:00
Jared Koumentis
62ca2a71d7
Merge pull request #321 from torifat/patch-1
...
duplicate entry for modules removed
2012-10-04 17:36:47 -07:00
Jared Koumentis (ShepBook)
2671086d63
attempting to merge https://github.com/github/gitignore/pull/310
2012-10-04 20:30:20 -04:00
Jared Koumentis
a235be60b2
Merge pull request #314 from squallstar/master
...
Bancha CMS .gitignore
2012-10-04 17:20:07 -07:00
Jared Koumentis
3dbe9c96d1
Merge pull request #441 from StanislawSwierc/master
...
Added Windows Store app package directory
2012-10-04 17:16:25 -07:00
Stanislaw Swierc
0bcb4f258c
Added Windows Store app package directory
2012-10-01 10:05:17 +01:00
Jean-Bernard Ratté
187c9cd399
VritualEnv specific files generated automaticaly when a new Env is created
2012-09-30 11:51:29 -04:00
Jean-Bernard Ratté
e295e20fa2
PyCharm IDE project specific files
2012-09-30 11:47:35 -04:00
Christian Boehlke
5bb902ab46
Add an extension to LaTeX.gitignore generated by listings: *.lol
...
See: http://tex.stackexchange.com/a/17846
2012-09-29 14:13:12 +02:00
Ted Nyman
c1cac76c73
Update README to detail best pull request style
2012-09-23 14:31:30 -07:00
Ted Nyman
64cc236103
Merge pull request #425 from nateabele/patch-1
...
The Lithium app should be the root repo folder
2012-09-10 15:00:48 -07:00
Ted Nyman
9a95caff33
Merge pull request #363 from Baztoune/master
...
Added Play 2.0 working directories
2012-09-10 14:55:29 -07:00
Nate Abele
a5d6516f13
The Lithium app should be the root repo folder
2012-09-01 19:10:36 -03:00
Michael Metcalf Bishop
33567b0374
Added NotepadPP.gitignore for Notepad++
...
.bak extension for backup files
2012-08-31 17:52:51 -05:00
Justin Spahr-Summers
c61686f988
Merge remote-tracking branch 'exalted/master'
2012-08-27 09:21:32 -07:00
Vasyl Liutikov
74e12d9cb7
ignore all build directories in subdirectories
2012-08-27 14:01:57 +03:00
Vasyl Liutikov
392a91e792
add *.hmap
2012-08-27 14:00:59 +03:00
Ali Servet Donmez
964de38e9b
Merge branch 'master' of https://github.com/github/gitignore
...
Conflicts:
Global/OSX.gitignore
2012-08-27 12:40:37 +02:00
Ali Servet Donmez
54928f53d7
Seems like this should go into OSX.gitignore instead.
2012-08-27 12:38:11 +02:00
Justin Spahr-Summers
f1cb24b9c2
Merge remote-tracking branch 'stig/patch-1'
...
Conflicts:
Objective-C.gitignore
2012-08-27 03:29:25 -07:00
Coby Chapple
f78c09ffd2
Manual merge to close #305
2012-08-24 16:43:07 +10:00
Coby Chapple
4f958411c1
Merge pull request #303 from safwanc/matlab-mex
...
Ignoring compiled MEX binaries for all platforms
2012-08-23 23:39:41 -07:00
Coby Chapple
75da0e1af2
Merge pull request #419 from jonhkr/patch-1
...
Added .AppleDouble to OSX
2012-08-23 23:38:56 -07:00