- 23 Feb, 2014 1 commit
-
-
Metallicow authored
-
- 22 Feb, 2014 2 commits
-
-
Metallicow authored
-
Metallicow authored
# 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> ```
-
- 19 Feb, 2014 2 commits
-
-
Carl Suster authored
Removed IDE-specific rules from Grails template
-
Lukáš Marek authored
Those files should be in Global/ templates
-
- 18 Feb, 2014 3 commits
-
-
Lukáš Marek authored
This entry should be (and is) rather in Global/JetBrains.gitignore
-
Brendan Forster authored
Updated rules of 'VisualStudio.gitignore' about ATL Project.
-
Hyeon Kim authored
This commit Makes VisualStudio.gitignore ignore the three items below. It needs when you create an ATL Project. * [Dd]ebugPS/ * [Rr]eleasePS/ * dlldata.c
-
- 17 Feb, 2014 1 commit
-
-
Carl Suster authored
ignore SQL server database files
-
- 14 Feb, 2014 1 commit
-
-
Ben Bodenmiller authored
-
- 13 Feb, 2014 5 commits
-
-
Markus Olsson authored
Updated the year :-)
-
Ionică Bizău authored
-
Carl Suster authored
Better Delphi .gitignore
-
Denis Grinyuk authored
-
Carl Suster authored
Ignore output from Crashlytics JetBrains plugin
-
- 12 Feb, 2014 6 commits
-
-
jturmel authored
* Remove AndroidStudio.gitignore in favor of adding the change needed to the Global/JetBrains.gitignore file
-
Denis Grinyuk authored
-
Denis Grinyuk authored
-
Denis Grinyuk authored
-
Denis Grinyuk authored
- added header with link to official documentation about Delphi filetypes - added some missed file extensions - made some grouping with descriptions
-
Denis Grinyuk authored
-
- 10 Feb, 2014 2 commits
-
-
jturmel authored
-
Carl Suster authored
Added template for the DM language.
-
- 07 Feb, 2014 2 commits
-
-
Adam Roben authored
Create Umbraco.gitignore
-
Dan Lister authored
-
- 06 Feb, 2014 8 commits
-
-
Carl Suster authored
Added *.synctex.gz(busy) to TeX template
-
Adam Roben authored
Update JetBrains.gitignore
-
Adam Roben authored
gitignore VM crash logs
-
Adam Roben authored
Update Grails.gitignore to include default files
-
Adam Roben authored
Update Python.gitignore
-
Juergen Edelbluth authored
Sometimes it happens that you'd like to commit during a long LaTeX run. During this run, the document.synctex.gz is renamed to document.synctex.gz(busy). And you don't want to commit this file.
-
Christoph Emmersberger authored
Add plugin file description for JIRA config file containing username and password
-
Carl Suster authored
Ignore user-specific .booproj files
-
- 05 Feb, 2014 1 commit
-
-
ahmyi authored
-
- 03 Feb, 2014 2 commits
-
-
Carl Suster authored
Update Dart.gitignore to trim stray whitespace
-
Martin Charles authored
Removed space from end of line which prevented the `pubspec.lock` from being ignored.
-
- 01 Feb, 2014 1 commit
-
-
Carl Suster authored
Update Unity gitignore to not commit user preferences
-
- 31 Jan, 2014 1 commit
-
-
Carl Suster authored
Update URL in nanoc.gitignore
-
- 30 Jan, 2014 2 commits
-
-
Diego Leme authored
new site Nanoc
-
-