Skip to content
Snippets Groups Projects
Commit 016cedc2 authored by nimrod's avatar nimrod
Browse files

- Additions, corrections to global gitignore.

parent b2e8ebbb
No related branches found
No related tags found
No related merge requests found
...@@ -11,8 +11,10 @@ Thumbs.db ...@@ -11,8 +11,10 @@ Thumbs.db
.svn/ .svn/
.sass-cache/ .sass-cache/
*.log *.log
a.out *.out
node-modules/ *.so
node_modules/
.npm/
nbproject/ nbproject/
*.ipynb *.ipynb
.idea/ .idea/
...@@ -22,7 +24,7 @@ nbproject/ ...@@ -22,7 +24,7 @@ nbproject/
.cache/ .cache/
bower_components/ bower_components/
*.class *.class
*.jar *.[ewj]ar
secring.* secring.*
.*.kate-swp .*.kate-swp
.swp.* .swp.*
...@@ -32,3 +34,15 @@ build/ ...@@ -32,3 +34,15 @@ build/
_build/ _build/
dist/ dist/
.tox/ .tox/
*.pdf
*.exe
*.dll
*.gz
*.tgz
*.tar
*.rar
*.zip
*.pid
*.lock
*.env
.bundle/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment