Skip to content
Snippets Groups Projects
Commit 643487ea authored by nimrod's avatar nimrod
Browse files

- Added global gitignore.

parent cfd9acf8
No related branches found
No related tags found
No related merge requests found
...@@ -21,3 +21,5 @@ ...@@ -21,3 +21,5 @@
tool = meld tool = meld
[difftool] [difftool]
prompt = false prompt = false
[core]
excludesfile = /home/nimrod/.gitignore_global
~*
*~
*.sw[op]
*.py[cod]
.DS_Store
__pycache__/
.vagrant/
vendor/
Thumbs.db
*.retry
.svn/
.sass-cache/
*.log
a.out
node-modules/
nbproject/
*.ipynb
.idea/
*.egg-info/
*.o
.classpath
.cache/
bower_components/
*.class
*.jar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment