- 18 Jul, 2016 1 commit
-
-
Brendan Forster authored
Add "*.out" to Go.gitignore
-
- 14 Jul, 2016 2 commits
-
-
Brendan Forster authored
Ignore terraform module directory
-
Desmond O. Chang authored
See <https://www.terraform.io/docs/commands/get.html>
-
- 13 Jul, 2016 2 commits
-
-
Brendan Forster authored
Added project folder created by Consulo IDE to Unity.gitignore
-
Brendan Forster authored
Added gregoriotex
-
- 12 Jul, 2016 1 commit
-
-
Seungwon Park authored
See documentation at https://github.com/gregorio-project/gregorio
-
- 11 Jul, 2016 2 commits
-
-
Brendan Forster authored
Fix indentation 'Code Injection'
-
MinJun Kweon authored
-
- 10 Jul, 2016 4 commits
-
-
Brendan Forster authored
ignore busy indicator of uncompressed .synctex file
-
Brendan Forster authored
Add *.wrt produced by scrwfile
-
Brendan Forster authored
Ignore .pdf
-
Oliver Kopp authored
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.
-
- 09 Jul, 2016 2 commits
-
-
Oliver Kopp authored
-
Oliver Kopp authored
-
- 03 Jul, 2016 1 commit
-
-
Brendan Forster authored
Ignore *.pid.lock
-
- 02 Jul, 2016 1 commit
-
-
Roman Pushkin authored
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.
-
- 01 Jul, 2016 3 commits
-
-
Brendan Forster authored
Update Android.gitignore
-
Brendan Forster authored
Update TeX.gitignore
-
Brendan Forster authored
added prerequisites for C and C++
-
- 30 Jun, 2016 1 commit
-
-
Adrian Vovk authored
-
- 29 Jun, 2016 2 commits
- 26 Jun, 2016 1 commit
-
-
Brendan Forster authored
Only ignore the build directory in the same directory as .gitignore for Gradle
-
- 24 Jun, 2016 1 commit
-
-
Mike Kobit authored
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.
-
- 21 Jun, 2016 1 commit
-
-
Ricardo Pistorello authored
-
- 16 Jun, 2016 3 commits
-
-
Brendan Forster authored
update license to CC0
-
Brendan Forster authored
ignore *.VC.db files
-
Brendan Forster authored
Ignore all forms of CMakeLists.txt.user
-
- 15 Jun, 2016 2 commits
-
-
Mohammad S. Babaei authored
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
-
Taylor Braun-Jones authored
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
-
- 12 Jun, 2016 2 commits
-
-
Brendan Forster authored
Create the gitignore for Bazaar version control system
-
Assem Chelli / bigOTHER authored
-
- 10 Jun, 2016 1 commit
-
-
Brendan Forster authored
VisualStudio ignore project.fragment.lock.json
-
- 07 Jun, 2016 1 commit
-
-
Brendan Forster authored
Update D.gitignore
-
- 06 Jun, 2016 1 commit
-
-
Roman Chistokhodov authored
Add docs/ and *.lst
-
- 23 May, 2016 1 commit
-
-
James Skimming authored
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.
-
- 21 May, 2016 2 commits
-
-
Brendan Forster authored
Add injection folder to ignore
-
Brendan Forster authored
Added *.smod to Fortran.gitignore
-
- 20 May, 2016 2 commits
-
-
Jon Lo Kim Lin authored
Added *.smod to Fortran.gitignore
-
Jon Lo Kim Lin authored
GCC's gfortran 6 now generates .smod files for Fortran (2008+) submodules
-