d15f0b17fc
add Windows Installer files
2013-10-16 18:39:24 +02:00
5627d20401
.classpath and .project files are *meant to be versioned*
...
As is clearly stated in the [eclipse documentation](http://wiki.eclipse.org/FAQ_How_do_I_set_up_a_Java_project_to_share_in_a_repository%3F ).
This gitignore has lead to much confusion in SO - please ammend
I would guess the same is true for .pydevproject and .cproject but can't
be sure/do not have any references on those
Also .launch configurations are generally meant to be versioned when
saved under project location. See for instance :
http://stackoverflow.com/a/337317/281545
2013-10-12 22:28:01 +03:00
da36175ff6
Fix OSX-specific Icon\r rule
2013-10-12 19:14:17 +09:00
ecf9bac896
Merge pull request #801 from github/fix-trailing-newlines
...
Ensure single trailing newline
2013-10-08 00:08:12 -07:00
f0dde55c6b
ensure single trailing newline
2013-10-06 14:40:01 +02:00
1e9ec334cd
Added the processing project
2013-09-26 16:19:15 -04:00
77f8351ec7
adds ignore for NCrunch cache folder
2013-09-23 12:04:38 +02:00
060aed8a93
Merge pull request #774 from bdewater/patch-1
...
add .xccheckout to Objective-C gitignore
2013-09-18 15:08:43 -07:00
56dbce3df3
add .xccheckout to Objective-C gitignore
...
This is a file that Xcode 5 uses for version control, doesn't need to be checked in. Also see http://stackoverflow.com/a/18448100/1877078
2013-09-17 12:42:12 +02:00
85562c2572
Remove .project from Rails.gitignore.
2013-09-09 01:14:44 -03:00
c98c138ee1
Vim: Forgot to change *.s[a-w][a-z] to .*.s[a-w][a-z]
2013-08-27 21:04:19 -05:00
0030e9df60
Vim: Ignore .*.s[a-w][a-z] and .s[a-w][a-z] swap files
...
.*.s[a-w][a-z] matches named swap files.
.s[a-w][a-z] matches unnamed swap files.
2013-08-27 20:51:55 -05:00
6c75292e1e
Merge pull request #735 from aldo-roman/patch-1
...
added secret_token.rb
2013-08-26 03:41:59 -07:00
77cf354916
Merge pull request #714 from mattjeffery/ignore_kernel_objects
...
Ignore kernel object files
2013-08-26 00:12:36 -07:00
0bad6cf48b
added secret_token.rb
...
I added secret_token.rb file to the gitignore as there are public repos sharing it.
2013-08-12 12:40:19 -05:00
d292bd8207
ignore kernel object files
2013-07-19 18:05:04 +01:00
4500b29b31
Ignore Go test files
2013-07-19 11:44:46 -04:00
be2ecada63
Add schemaview extension to VisualStudio.gitignore
...
Files ending in .dbproj.schemaview contain state persistence settings
for the Schema View utility within Visual Studio.
http://stackoverflow.com/questions/3937160/in-the-new-visual-studio-2010-sql-server-project-type-what-is-the-dbproj-schem
http://foocompelsyou.wordpress.com/2012/05/06/visual-studio-2010-database-projects-why-use-them/
2013-07-16 16:20:30 -07:00
da7ce3135d
Dart.gitignore updated to reflect instructions provided by authors
2013-07-11 15:27:02 -03:00
846f1ecbb2
Ignore source control plist files generated by Xcode.
2013-07-10 15:05:43 -04:00
a6c76a5308
There is no need to unignore .gitignore
.
...
Because files and directories starting with a `.` are not ignored in general.
2013-07-05 01:06:35 +02:00
ad1289f0d9
Files and directories starting with a .
should not be ignored in general.
2013-07-05 01:06:35 +02:00
b2c694d792
Merge pull request #576 from nysa/master
...
Ignore Vim untitled and unsaved buffer swapfiles
2013-07-03 08:45:13 -07:00
f3664c06f7
Merge pull request #493 from strugee/master
...
This repository didn't have a CONTRIBUTING.md file. Now it does.
2013-07-03 08:39:56 -07:00
444416f067
Remove Podfile.lock from Objective-C ignores
...
Per discussion in #148 .
2013-07-03 08:28:28 -07:00
77e8071b0f
Merge remote-tracking branch 'matzew/master' (pull request #418 )
2013-07-02 13:09:57 -07:00
0acbcf4bfd
Adding CocoaPods to gitignore
2013-07-02 21:25:38 +02:00
88951d5cc9
Merge pull request #694 from anurse/patch-1
...
Unignore "packages/*/build" in VisualStudio.gitignore.
2013-06-28 17:09:29 -07:00
f2ab73150a
Unignore "packages/*/build" in VisualStudio.gitignore.
2013-06-28 16:44:00 -07:00
349dbcf24a
Added *.run.xml created by logreq package, also used by biblatex
2013-06-28 14:14:34 +02:00
513cd784cf
Added .bcf extension created by BibLaTeX
2013-06-28 09:01:17 +02:00
178d2632d8
.pubxml file should not be excluded by default
2013-06-07 10:32:41 -07:00
098aee26a1
Update LICENSE
2013-05-25 23:56:08 -06:00
4624470231
Also ignore additional tempfiles created by the biblatex package.
...
Refer to the biblatex manual at http://ctan.unsw.edu.au/macros/latex/contrib/biblatex/doc/biblatex.pdf :
(p.106): The name of the additional aux files is the base name of the main input file with the string -blx and a running number appended at the end.
[...]
Apart from these aux files, biblatex uses an additional bib file with the same suffix to pass certain control parameters to BibTeX.
[...]
When using Biber, biblatex writes a control file named example.bcf and ignores \blxauxsuffix.
Note: the running number mentioned in the documentation is not always added to the suffix.
2013-05-10 17:15:48 +10:00
923acecd29
Fixed SASS case (It's Sass, not SASS)
2013-05-09 09:50:44 +02:00
1d045d58b8
Ignore .fls files in LaTeX projects
...
From the man page for latexmk (http://manpages.ubuntu.com/manpages/raring/man1/latexmk.1L.html ):
[...] the -recorder option with latex and pdflatex. In (most) modern versions of these programs, this results in a file of extension .fls containing a list of the files that these programs have read and written.
Latexmk specifies this option in its latex commands and so produces temporary files with this extension in latex projects.
2013-05-08 13:06:10 +10:00
182aeb220d
Reverting change to ignore build subdirectories
...
Reverted a change that was causing build directories at the root folder to show up in git. If you need to ignore subdirectories the leading slash needs to be omitted.
2013-05-02 23:04:52 -05:00
00db51bba6
Ignore Leiningen REPL history
...
If you open an REPL within your project with `lein repl`, your REPL history gets saved in .lein-repl-history. This file does not need to be committed to a repository
2013-04-21 02:48:48 -03:00
9428df834f
Comment for .py[cod] files
...
Commenting the only ignore that isn't commented.
2013-04-13 23:46:22 -05:00
0314124986
Ignore those pesky .dat* files
2013-04-12 01:26:02 -05:00
143f7bc97f
Update RubyMotion.gitignore
2013-04-12 01:23:09 -05:00
2ee0c56f17
Ignore user-specific ReSharper settings
2013-04-10 21:24:28 -05:00
acce99efee
Ignore Vim untitled and unsaved buffer swapfiles
...
Vim creates buffer swapfiles starting at .swp for buffers that are
active but untitled and unsaved.
2013-03-06 11:02:36 -06:00
9c1c48d04b
VisualStudio: Add Business Intelligence projects
2013-02-26 23:23:49 +00:00
69c77aadd1
Add $tf folder to VisualStudio.gitignore
...
TFS 2012 creates a $tf folder for local workspaces
2013-01-25 13:35:41 -06:00
0aeefb48c0
Merge pull request #523 from shanselman/patch-1
...
Updated to exclude *.publishsettings
2013-01-24 12:40:18 -08:00
a6dd83c18d
Updated to exclude *.publishsettings
...
Updated to exclude *.publishsettings
2013-01-24 12:24:17 -08:00
ab68187ab9
Ignore Rails directories instead of their files
2013-01-24 16:47:17 +08:00
81b7b3c64a
Merge pull request #507 from 0xAX/master
...
Erlang.gitignore erlang.crash.dump added
2013-01-22 13:42:45 -08:00
eaa2ad526f
Merge pull request #474 from zhaojunmeng/master
...
Add *~ to ignore vim temp file.
2013-01-22 13:39:30 -08:00