1
0
mirror of https://github.com/github/gitignore synced 2024-05-29 16:58:25 +02:00
Commit Graph

2201 Commits

Author SHA1 Message Date
Tevfik Tümer
f88f48845d Adding index.html files for cache and upload folders
index.html should be in the upload and cache folders in order to avoid direct access
2016-07-25 12:25:19 +02:00
Brendan Forster
fe7a6d23f3 Merge pull request #2048 from allentiak/patch-1
Scala: Ignore ENSIME files
2016-07-22 09:48:04 -07:00
Leandro Doctors
c6a57e45a2 Scala: Ignore ENSIME files 2016-07-21 18:39:44 -03:00
Brendan Forster
905cbca2e8 Merge pull request #2045 from allentiak/patch-1
Correct .jar and .class mentions
2016-07-21 11:25:01 -07:00
Brendan Forster
ead0f8e25c Merge pull request #1425 from targodan/patch-1
Add "*.out" to Go.gitignore
2016-07-18 11:45:13 -07:00
Leandro Doctors
0ee8f1a95d Correct .jar and .class mentions 2016-07-17 23:33:53 -03:00
Brendan Forster
c751b70cc6 Merge pull request #2044 from dochang/terraform
Ignore terraform module directory
2016-07-14 09:48:57 -07:00
Desmond O. Chang
254da0b717 Ignore terraform module directory
See <https://www.terraform.io/docs/commands/get.html>
2016-07-14 14:34:04 +08:00
Brendan Forster
9adba1f732 Merge pull request #2023 from rpistorello/unity-consulo
Added project folder created by Consulo IDE to Unity.gitignore
2016-07-13 09:55:34 -07:00
Brendan Forster
12422fe837 Merge pull request #2042 from seungwonpark/master
Added gregoriotex
2016-07-13 09:45:44 -07:00
Seungwon Park
96e10b2513 Added gregoriotex
See documentation at
https://github.com/gregorio-project/gregorio
2016-07-12 17:04:23 +09:00
Brendan Forster
fdd0197dc5 Merge pull request #2041 from MinJunKweon/master
Fix indentation 'Code Injection'
2016-07-11 10:39:30 -07:00
MinJun Kweon
5780b601e0 Fix indentation 'Code Injection' 2016-07-11 14:50:15 +09:00
Brendan Forster
00111374b4 Merge pull request #2037 from koppor/patch-1
ignore busy indicator of uncompressed .synctex file
2016-07-10 14:54:27 -07:00
Brendan Forster
99dabe1835 Merge pull request #2039 from koppor/patch-2
Add *.wrt produced by scrwfile
2016-07-10 14:53:56 -07:00
Brendan Forster
95ee520ac8 Merge pull request #2040 from koppor/patch-3
Ignore .pdf
2016-07-10 13:54:54 -07:00
Oliver Kopp
d8a56ffdce Ignore .pdf
On Windows, when PDF is opened with Acrobat Reader, one gets following output:

    ! I can't write on file `document.pdf'.
    Please type another file name for output:

If one simply presses "Enter" to continue, the file `.pdf` is generated. Since this is a common case and `.pdf` is never used as full file name, this file should be ignored, too.
2016-07-10 14:35:30 +02:00
Oliver Kopp
a73ff83ac3 Add *.wrt produced by scrwfile 2016-07-10 00:42:39 +02:00
Oliver Kopp
4616b76860 ignore busy indicator of uncompressed .synctex file 2016-07-09 15:02:07 +02:00
Brendan Forster
c0de8bc140 Merge pull request #2034 from ro31337/patch-2
Ignore *.pid.lock
2016-07-04 09:23:59 +10:00
Roman Pushkin
55157bfd0e Ignore *.pid.lock
Some popular applications (for example, Phusion Passenger) leave `*.pid.lock` file(s). For example, when you type `passenger start` with simple express app listening on port 3000, it leaves the following files:

* `passenger.3000.pid` (removed when passenger stops)
* `passenger.3000.log`
* `passenger.3000.pid.lock`

While `*pid` and `*.log` are ignored, `*.pid.lock` remains unignored. Phusion Passenger is quite popular, and `*.pid.lock` file should be ignored.
2016-07-02 09:05:05 -07:00
Brendan Forster
e662d21883 Merge pull request #2031 from AdrianVovk/patch-1
Update Android.gitignore
2016-07-01 16:33:51 +10:00
Brendan Forster
7ae0830dfe Merge pull request #2029 from thilaire/patch-1
Update TeX.gitignore
2016-07-01 16:33:28 +10:00
Brendan Forster
39162b3830 Merge pull request #2030 from pablomtz/c_prerequisites
added prerequisites for C and C++
2016-07-01 16:32:25 +10:00
Adrian Vovk
96584a8bd3 Update Android.gitignore 2016-06-30 18:02:04 -04:00
pmartinez
2c52d023dd added prerequisites for C and C++ 2016-06-29 13:33:32 -03:00
thilaire
c2401948a4 Update TeX.gitignore
Add support for easy-todo package (that produces .lod file during the compilation)
2016-06-29 14:36:23 +02:00
Brendan Forster
d1caffed35 Merge pull request #2026 from mkobit/ignore-only-root-build
Only ignore the build directory in the same directory as .gitignore for Gradle
2016-06-26 19:45:54 +09:30
Mike Kobit
b89498a467 Only ignore the build directory in the same directory as .gitignore for Gradle
If you have a Java package with `build` in it, the current version will always ignore files in that directory.
This change makes it so only the root "build" directory is ignored.

I believe that this assumes .gitignore is in the root of a project.
2016-06-24 12:30:38 -05:00
Ricardo Pistorello
d605f911b9 Added project folder created by Consulo IDE 2016-06-21 11:34:13 -03:00
Brendan Forster
f93202c42e Merge pull request #1802 from github/update-license
update license to CC0
2016-06-17 07:23:41 +10:00
Brendan Forster
34c4740271 Merge pull request #2017 from NuLL3rr0r/patch-1
ignore *.VC.db files
2016-06-16 10:08:04 +10:00
Brendan Forster
f60fe8f4c6 Merge pull request #2016 from nocnokneo/patch-1
Ignore all forms of CMakeLists.txt.user
2016-06-16 10:06:33 +10:00
Mohammad S. Babaei
b9742650d6 ignore *.VC.db files
In addition to *.VC.opendb, *.VC.db file should be regenerated by Visual Studio automatically. So, it makes sense to ignore *.VC.db file too as it's been ignored in https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
2016-06-15 16:43:12 +04:30
Taylor Braun-Jones
f3643325e4 Ignore all forms of CMakeLists.txt.user
In some cases Qt Creator will create a CMakeLists.txt.user file with a short hash which should also be ignored. For example:

    CMakeLists.txt.user.1fa15d5
2016-06-15 07:58:14 -04:00
Brendan Forster
7751c25c66 Merge pull request #2015 from assem-ch/patch-2
Create the gitignore for Bazaar version control system
2016-06-13 06:05:24 +07:00
Assem Chelli / bigOTHER
4ac02fc282 Create the gitignore for Bazaar version control system 2016-06-12 22:44:23 +01:00
Brendan Forster
44763e48a4 Merge pull request #1994 from JSkimming/vs-project-fragment-lock-json
VisualStudio ignore project.fragment.lock.json
2016-06-10 12:51:35 +02:00
Brendan Forster
555c92c3ac Merge pull request #2009 from MyLittleRobo/MyLittleRobo-d-gitignore-patch
Update D.gitignore
2016-06-07 09:00:36 +02:00
Roman Chistokhodov
c7e591bfb8 Update D.gitignore
Add docs/ and *.lst
2016-06-06 22:23:51 +03:00
James Skimming
be2df771ba VisualStudio ignore project.fragment.lock.json
I've just upgraded to ASP.NET Core RC2, and I've found that Visual
Studio is producing a file called project.fragment.lock.json. When I
delete the file it is recreated during build. Given project.lock.json is
already ignored this looks like another file to ignore.
2016-05-23 11:57:39 +01:00
Brendan Forster
8f35779cef Merge pull request #1979 from wolffan/patch-1
Add injection folder to ignore
2016-05-21 10:56:17 +03:00
Brendan Forster
d1d1a4b760 Merge pull request #1992 from jlokimlin/master
Added *.smod to Fortran.gitignore
2016-05-21 10:21:54 +03:00
Jon Lo Kim Lin
438cb0632d Merge pull request #1 from jlokimlin/jlokimlin-patch-1
Added *.smod to Fortran.gitignore
2016-05-20 15:13:46 -07:00
Jon Lo Kim Lin
f0c34f3219 Added *.smod to Fortran.gitignore
GCC's gfortran 6 now generates .smod files for Fortran (2008+) submodules
2016-05-20 14:10:19 -07:00
Brendan Forster
e96a988a4e Merge pull request #1989 from AdrianVovk/patch-1
Ignore the workspace.xml file
2016-05-20 16:57:19 +03:00
Adrian Vovk
63d8a68c5d Ignore the workspace.xml file
and properly name the ART VM
2016-05-18 09:52:10 -04:00
Brendan Forster
b27b46b656 Merge pull request #1986 from 0xBADDCAFE/master
Do not ignore Laravel's storage/ directory
2016-05-18 09:27:43 +03:00
0xBADDCAFE
63cf442bbe do not ignore storage/ directory 2016-05-18 14:11:54 +09:00
Brendan Forster
cd5d218990 Merge pull request #1982 from jiahao/patch-1
Julia: ignore deps/deps.jl
2016-05-16 18:44:06 +02:00