Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# Created on January 25th 2013
# by Gabriel Ilie <gabriel.ilie@uconn.edu>.
# This file contains some global files which I want to be ignored
# by git. Because these are mostly temporary files which are created
# by the editors I use, I don't want to pollute each repo with my
# specific editor preferences. This is why I added this file to my
# git config --global core.excludesfile.
# In general, ignore temporary files.
*~
# Ignore vim specific temporary files.
*.swp
*.swo