| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|\
| |
| | |
Ignore more osx/afp clutter
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Restore the Xcode rules to the Objective-C template as per the discussion
thread on 5bd4330. Although the rules correspond to an IDE and so are
global, most users of the Obj-C template expect to find the Xcode rules
in the template generated by github.com, since the IDE is so ubiquitous.
This could possibly be resolved by adding a template transclusion
mechanism in the future, but for now duplication is the way to go.
|
| | | |
|
|\ \ \
| | | |
| | | | |
gitignore to ignore sftp Sublime Text config file
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
Updated OSX.gitignore to include directories commonly created on AFP shares
|
| | | |
|
|/ / |
|
| |
| |
| | |
Updated to include 'bin-release' folder, another folder for generated binary builds
|
| | |
|
| |
| |
| |
| | |
Remove unnecessary wording about negative ignore rules.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This commit adds a global ignore file for SlickEdit, a commercial editor.
SlickEdit will create the following files when the user sets up a workspace:
*.vpw Workspace file. Contains a list of project files associated with
the workspace.
*.vpj Project file. Contains the project’s settings, including the list
of source files.
*.vpwhist Workspace history file for Windows. Contains user session
information (list of open files, debugger breakpoints, etc.)
*.vpwhistu Workspace history file for UNIX/Linux/MacOSX. (Same as above.)
*.vtg Workspace tag file. Contains a database of source code symbols.
It is assumed that GitHub users will generally not want to store their
workspace and project files in a repository, so those files are ignored
globally. However, those files do not contain user-specific data so they
could be stored in a repository and shared among developers if desired for
a particular project. This can be done by adding rules like ’!*.vpw’ and
‘!*.vpj’ to the project’s .gitignore file.
The workspace history and tag files contain user-specific data, so they
should not be stored in a repository.
For more information, download the PDF user guide from:
http://www.slickedit.com/products/slickedit/product-documentation
Note: The user guide is 1400 pages long and over 13MB in size.
Searching for ‘vpwhist’ will lead to the section that discusses storing
these files in a repository.
|
|\ \
| | |
| | | |
Remove duplicate line in Global/webMethods template
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Adding a global template for EiffelStudio
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Simplify sass cache rules
|
| |/ / / |
|
|/ / /
| | |
| | | |
Dolphin, the KDE file manager, writes specific directory configuration in .directory files.
|
| | |
| | |
| | |
| | |
| | | |
* Remove AndroidStudio.gitignore in favor of adding the
change needed to the Global/JetBrains.gitignore file
|
| |/
|/|
| | |
Add plugin file description for JIRA config file containing username and password
|
|\ \
| | |
| | | |
Update Cloud9.gitignore
|
| | |
| | |
| | | |
The next version of Cloud9 will use a top-level .c9 folder in the workspace for settings and metadata.
|
|/ /
| |
| |
| | |
which is ".target" directory.
|
|\ \
| | |
| | | |
Ignore elpa and eshell generated files
|
| |/ |
|
|\ \
| | |
| | | |
Add Lazarus IDE ignore file (in global dir this time)
|
| | | |
|
|\ \ \
| | | |
| | | | |
Change Eclipse.gitignore to correctly handle bin/ and tmp/ directories
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
Move editor specific files into a new DartEditor.gitignore
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | | |
DW Dreamweaver added files
|
| | | |
| | | |
| | | |
| | | | |
A lot of web designers still uses DW, thats why its necessary.
|
|\ \ \ \
| |_|_|/
|/| | | |
|
| | | |
| | | |
| | | |
| | | | |
Those belong in other ignore files.
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
Added Kate ignore file in Global folder
|
| |/ /
| | |
| | |
| | | |
ignores .<filename>.kate-swp and (older version?) .swp.<filename>
see http://bit.ly/14XyBgW and http://bit.ly/chKUoZ
|
|\ \ \
| | | |
| | | | |
Ensime ignores
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Ignore emacs flymake-mode temp files.
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
Add Cloud9 gitignore
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
fixing pattern for compiled elisp
|