Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add editor- and os-specific temporary files to .gitignore #15241

Closed
vbraun opened this issue Sep 30, 2013 · 6 comments
Closed

Add editor- and os-specific temporary files to .gitignore #15241

vbraun opened this issue Sep 30, 2013 · 6 comments

Comments

@vbraun
Copy link
Member

vbraun commented Sep 30, 2013

We should add a set of globs that ignore common temporary files.

Component: build

Author: Volker Braun

Branch/Commit: u/vbraun/git_ignore @ 1ccb8e5

Reviewer: Robert Bradshaw

Issue created by migration from https://trac.sagemath.org/ticket/15241

@vbraun vbraun added this to the sage-5.13 milestone Sep 30, 2013
@vbraun
Copy link
Member Author

vbraun commented Sep 30, 2013

comment:1

Selection from https://github.com/github/gitignore/tree/master/Global

# Various editors
*~

# Emacs
\#*\#
.\#*

# Vim
*.s[a-w][a-z]
*.un~
.netrwhist

# PyCharm
.idea
.iml

# Eclipse
*.pydevproject
.project
.metadata
*.tmp
*.bak
*.swp
*~.nib
.classpath
.settings/
.loadpath
.externalToolBuilders/
.cproject
.buildpath

# OSX specific temporary files
.DS_Store
._*
.AppleDouble
.LSOverride
.Spotlight-V100
.Trashes

# Windows
$RECYCLE.BIN/

# SublimeText
*.sublime-workspace

@vbraun
Copy link
Member Author

vbraun commented Sep 30, 2013

Author: Volker Braun

@vbraun
Copy link
Member Author

vbraun commented Sep 30, 2013

Branch: u/vbraun/git_ignore

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Sep 30, 2013

Branch pushed to git repo; I updated commit sha1. New commits:

[changeset:1ccb8e5]Ignoring selection of temporary files taken from https://github.com/github/gitignore/tree/master/Global

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Sep 30, 2013

Commit: 1ccb8e5

@robertwb
Copy link
Contributor

Reviewer: Robert Bradshaw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants