| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Adding *.publishproj to ignore
|
|/
|
| |
This files is generated by Visual Studio 2013 and should be ignored.
|
|\
| |
| | |
Add Swift.gitignore
|
|/
|
|
|
| |
I just copied Objective-C.gitignore. It seemed to do the job with a small Swift
project.
|
|\
| |
| | |
Adding fortan module files.
|
|/ |
|
|
|
|
| |
As per #1140
|
|\
| |
| | |
add /target/ (generated by Cargo) to Rust gitignore
|
| | |
|
|\ \
| | |
| | | |
LabVIEW.gitignore
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
LabVIEW (ni.com/labview) is a graphical system design tool.
File extensions are listed here:
http://zone.ni.com/reference/en-XX/help/371361K-01/lvhowto/lv_file_extensions/
.llb and lvlibp are for binary distributions, and are excluded for the same reason shared objects are excluded.
.aliases and .lvlps are metadata related to the project file, and are automatically updated when moving between machines (see note on that help page).
|
|\ \ \
| | | |
| | | | |
Ignore QtCreator qmlproject user-specific files
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | | |
Clarify what commenting *.pubxml does
|
| | | |
| | | |
| | | | |
user passwords are stored in *.user files so it is only database connection strings that are not protected.
|
|/ / /
| | |
| | | |
https://github.com/github/gitignore/commit/08def965cd1c0241a7cffbe7c26a74b3cab61243 incorrect states that commenting *.pubxml will keep your passwords hidden when it will actually do the opposite. This clarifies what commenting *.pubxml does and warns you of the dangers.
|
| | |
| | |
| | |
| | | |
Amends #1084
|
|\ \ \ |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Amends #1131
See these resources for explanation:
http://docs.nuget.org/docs/reference/package-restore
http://docs.nuget.org/docs/workflows/using-nuget-without-committing-packages
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commit 5b168d43009dbfa9e5b02dd6be7ee5961059ea61.
Amends #1131 - fixes Umbraco template to compensate for the change in the
VisualStudio template which would lead to issues if the two were used together.
These rules were originally added by @bbodenmiller in #1013
|
|\ \ \ \
| |_|/ /
|/| | | |
|
| | | |
| | | |
| | | | |
Removed the separate top-level patterns for NuGet in accordance with comments in PR. Will now match version 2.0.1.
|
|/ / /
| | |
| | | |
Fixed pattern for excluding nuget packages so that it works both for top level package folder and for any lower level package folders. Re-include patterns fixed the same way.
|
|\ \ \
| | | |
| | | | |
elisp: adding .cask files to gitignore
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
cask is a dependency/package management tool for Emacs lisp packages. Adding
.cask to gitignore template to avoid tracking of installed packages not
a part of repository
|
|\ \ \ \
| | | | |
| | | | | |
Update C.gitignore: Added .la and .lo library extensions from GNU libtool
|
|/ / / /
| | | |
| | | | |
Added .la and .lo library extensions
|
|\ \ \ \
| |_|_|/
|/| | | |
(TeX) Exclude files generated by morewrites
|
|/ / /
| | |
| | | |
To overcome the "No room for a new \write", the morewrites package (http://www.ctan.org/pkg/morewrites) uses a file with the .mw extension
|
|\ \ \
| | | |
| | | | |
Added Zephir language gitignore
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Must ignore x86 directory as well
|
| | | | |
| | | | |
| | | | |
| | | | | |
When installing SQLite embebed on my C# project I've noted that it generates both directories,
`x86` and `x64` but only `x64` was present on `.gitignore`.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
sort WordPress.gitignore
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Ignoring PyBuilder's target directory
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
PyInstaller .manifest
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos
into it.
*.exe.manifest
*.manifest
Example template
```
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
<assemblyIdentity
type="win32"
name="SourceCoder"
version="14.2.22.0"
processorArchitecture="x86"
/>
<description>Description</description>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="x86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.VC90.CRT"
version="9.0.21022.8"
processorArchitecture="x86"
publicKeyToken="1fc8b3b9a1e18e3b"
/>
</dependentAssembly>
</dependency>
</assembly>
```
|
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
Space after comment in Android.gitignore
|
|/ / / / / / |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
Update Unity.gitignore to ignore sysinfo crash log
|
|/ / / / /
| | | | |
| | | | | |
Sysinfo.txt is generated by unity if occurs any crashes. The content consist of users system information, running process etc. I don't think that should be shared with others.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Amends #976
|