Skip to content

Commit

Permalink
Added stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
as-com committed Jun 19, 2016
1 parent 264970d commit 49c3dd9
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 0 deletions.
66 changes: 66 additions & 0 deletions .gitignore
@@ -1,3 +1,7 @@

# Created by https://www.gitignore.io/api/node,c++,sublimetext

### Node ###
# Logs
logs
*.log
Expand Down Expand Up @@ -35,3 +39,65 @@ jspm_packages

# Optional REPL history
.node_repl_history


### C++ ###
# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app


### SublimeText ###
# cache files for sublime text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache

# workspace files are user-specific
*.sublime-workspace

# project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using SublimeText
# *.sublime-project

# sftp configuration file
sftp-config.json

# Package control specific files
Package Control.last-run
Package Control.ca-list
Package Control.ca-bundle
Package Control.system-ca-bundle
Package Control.cache/
Package Control.ca-certs/
bh_unicode_properties.cache

# Sublime-github package stores a github token in this file
# https://packagecontrol.io/packages/sublime-github
GitHub.sublime-settings
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "mozjpeg"]
path = mozjpeg
url = https://github.com/mozilla/mozjpeg.git
1 change: 1 addition & 0 deletions mozjpeg
Submodule mozjpeg added at 519865
8 changes: 8 additions & 0 deletions mozjpeg-js.sublime-project
@@ -0,0 +1,8 @@
{
"folders":
[
{
"path": "."
}
]
}

0 comments on commit 49c3dd9

Please sign in to comment.