Skip to content

Commit

Permalink
Added gitignore and dir-locals
Browse files Browse the repository at this point in the history
  • Loading branch information
pakozm committed Oct 3, 2015
1 parent d625f3f commit d40d2f6
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .dir-locals.el
@@ -0,0 +1,9 @@
(
(nil .
(
(c-basic-offset . 2)
(tab-width . 8)
(indent-tabs-mode . nil)
)
)
)
29 changes: 29 additions & 0 deletions .gitignore
@@ -0,0 +1,29 @@
# Emacs backups #
#################
*~
\#*\#
.\#*

# Vim swap #
*.swp
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db

# Emacs Clang autocompletion #
##############################
.clang-completion-error

# Global tags #
###############
GPATH
GRTAGS
GSYMS
GTAGS

0 comments on commit d40d2f6

Please sign in to comment.