Skip to content

Commit

Permalink
Git setup
Browse files Browse the repository at this point in the history
* Setting readme and .gitignore.
  • Loading branch information
Hasimir committed Jan 21, 2018
1 parent c2711f4 commit 15ca43c
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 5 deletions.
48 changes: 45 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,50 @@
# Packaging
.cask

# Backup files
*~

# Undo-tree save-files
*.~undo-tree

# Hidden files
*~

*.py[cod]

# C extensions
*.so

# Packages
*.egg
*.egg-info
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__
*.tar.gz

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Assorted Apple crap
default.profraw
.DS_Store
._.DS_Store
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# emacs-stuff
Useful bits and pieces for Emacs
# Emacs Stuff

Useful bits and pieces for Emacs.

0 comments on commit 15ca43c

Please sign in to comment.