- 10 5月, 2017 1 次提交
-
-
由 Walter Purcaro 提交于
**Reasons for making this change:** Ignore the stack dump generated when a program has crashed under Windows. **Links to documentation supporting these rule changes:** http://www.drupalonwindows.com/en/blog/git-shell-windows-reports-shexe-has-stopped-working-appcrash https://community.atlassian.com/t5/SourceTree-questions/Sourcetree-cannot-clone-pull-anymore-sh-exe-stackdump/qaq-p/82962
-
- 07 5月, 2017 2 次提交
-
-
由 Brendan Forster 提交于
Ignore mypy's cache directory
-
由 Brett Cannon 提交于
-
- 24 4月, 2017 1 次提交
-
-
由 Brendan Forster 提交于
Add moc_*.h in Qt.gitignore
-
- 23 4月, 2017 1 次提交
-
-
由 Glordim 提交于
-
- 20 4月, 2017 1 次提交
-
-
由 Brendan Forster 提交于
Edit ignore for Microsoft Visio autosave files to include Office <= 2003
-
- 19 4月, 2017 1 次提交
-
-
由 Piotr Orzechowski 提交于
-
- 17 4月, 2017 2 次提交
-
-
由 Brendan Forster 提交于
Added .tgz
-
由 Mayank Kakodkar 提交于
-
- 15 4月, 2017 4 次提交
-
-
由 Brendan Forster 提交于
Fixes issue excluding sub directories
-
由 Brendan Forster 提交于
Allow PakBlacklist-*.txt files inside Build dir in UnrealEngine.gitignore
-
由 Brendan Forster 提交于
Adding cmake-build-debug
-
由 Brendan Forster 提交于
Added .spyproject to ignored paths
-
- 04 4月, 2017 1 次提交
-
-
由 Brendan Forster 提交于
[C] ignore versions of kernel module build results
-
- 03 4月, 2017 2 次提交
-
-
由 Brendan Forster 提交于
Add pdfpc files to Tex.gitignore
-
由 Brendan Forster 提交于
Ignore mkdocs site directory
-
- 01 4月, 2017 2 次提交
-
-
由 Ghislain Antony Vaillant 提交于
-
由 Piotr Orzechowski 提交于
The presentation software pdfpc [1] (which is handy for latex beamer slides) supports additional notes on the secondary screen provided by *.pdfpc files. These can be autogenerated from latex documents with the pdfpcnotes package [2], thus should be ignored in a latex project (but not in others where they could have been created manually). [1] https://pdfpc.github.io/ [2] https://github.com/cebe/pdfpc-latex-notes
-
- 31 3月, 2017 1 次提交
-
-
由 Ghislain Antony Vaillant 提交于
[mkdocs](http://www.mkdocs.org/) is rising as an alternative to Sphinx for project's documentation. The default build command puts the generated documentation in a `site` directory at the root of the project which should be ignored.
-
- 29 3月, 2017 4 次提交
-
-
由 Brendan Forster 提交于
Fix macOS Icon
-
由 Brendan Forster 提交于
.project and .classpath should be inside VC
-
由 Spencer Mathews 提交于
-
由 Spencer Mathews 提交于
-
- 28 3月, 2017 1 次提交
-
-
由 Rafael Miranda 提交于
From the Eclipse Documentation: "Make sure that the .project and .classpath files are under version control. These files must be stored in the repository so that other users checking out the projects for the first time will get the correct type of project and will get the correct Java build path." - http://wiki.eclipse.org/FAQ_How_do_I_set_up_a_Java_project_to_share_in_a_repository%3F
-
- 24 3月, 2017 2 次提交
-
-
由 Brendan Forster 提交于
Rails gitignore misuses double-asterisk
-
由 Connor Taffe 提交于
`**.` is invalid
-
- 21 3月, 2017 1 次提交
-
-
由 Dominik Raniszewski 提交于
Looks like Spyder 3.1 uses .spyproject folder to store workspace config
-
- 20 3月, 2017 1 次提交
-
-
由 Omar Shaikh 提交于
-
- 14 3月, 2017 1 次提交
-
-
由 Brendan Forster 提交于
Add ignore for Secondary data files
-
- 13 3月, 2017 4 次提交
-
-
由 Matt Smith 提交于
Secondary data files .ndf (https://msdn.microsoft.com/en-us/library/ms189563.aspx)
-
由 Brendan Forster 提交于
Drastically simplify .gitignore for Dart
-
由 Brendan Forster 提交于
Add Cursive's REPL history file
-
由 Robert Richter 提交于
**Reasons for making this change:** The file `replstate.xml` contains the history of the Clojure REPL that Cursive adds to IntelliJ. Obviously that's user-specific, and not relevant to other users. **Links to documentation supporting these rule changes:** This file is not well-documented, but in cursive-ide/cursive#1325, the Cursive developers state that this is the REPL history file, and that deleting it is acceptable troubleshooting if it's causing trouble.
-
- 12 3月, 2017 3 次提交
-
-
由 Brendan Forster 提交于
remove extra line
-
由 Kevin Moore 提交于
-
由 Kevin Moore 提交于
-
- 11 3月, 2017 2 次提交
-
-
由 Kevin Moore 提交于
Our typical workflow has JS and related build outputs in the `build` directory. Most users are on new SDKs, so we don't have to worry about these ignores. Most users don't generate docs locally. If they do, it's easy to add the entry to their .gitignore later.
-
由 Ben Bodenmiller 提交于
-
- 09 3月, 2017 2 次提交
-
-
由 gagallo7 提交于
The PakBlacklist-<BuildConfiguration>.txt is used to disallow some files to be packaged in the pak file. This can be very helpful to reduce pak file size for mobile platforms. To avoid the user-defined blueprint class Debug.uasset located in Content/Blueprints folder to be packaged in shipping build, one has to do the following steps: 1. Create the PakBlacklist-Shipping.txt file in Build/Android directory. 2. Insert the content "../../../MyGameName/Blueprints/Debug.uasset 3. Package the game Source: https://docs.unrealengine.com/latest/INT/Platforms/Android/ReducingAPKSize/#packageblacklist
-
由 Hannes Elvemyr 提交于
This .gitignore is not correct. At least was not working for me. Ignoring /media/* and then excluding !/media/customer/.htaccess is not working. According to the Git manual, "It is not possible to re-include a file if a parent directory of that file is excluded." (https://git-scm.com/docs/gitignore). Found a solution here: http://stackoverflow.com/questions/987142/make-gitignore-ignore-everything-except-a-few-files/16318111#16318111
-