Skip to content

Commit

Permalink
add git files
Browse files Browse the repository at this point in the history
  • Loading branch information
ryecoaaron committed May 26, 2016
1 parent 2c2a222 commit e684c33
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* text=auto

*.gif binary
*.jpg binary
*.png binary
43 changes: 43 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# General
*.tmp
*.bak
*.swp
*~

# Eclipse
.project
.metadata
.settings/
*.launch
.buildpath

# Sublime Text
*.sublime-workspace
*.sublime-project

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

# SVN
.svn/

# Mac
.DS_Store
.AppleDouble
.LSOverride

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# OpenMediaVault / Debian
debian/openmediavault-*
debian/files
debian/*.debhelper.log
debian/*.debhelper
debian/*substvars

0 comments on commit e684c33

Please sign in to comment.