Commit 7fb600e6 authored by Adar Nimrod's avatar Adar Nimrod
Browse files

- Added global gitignore.

parent cdde4232
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,3 +21,5 @@
	tool = meld
[difftool]
	prompt = false
[core]
	excludesfile = /home/nimrod/.gitignore_global

.gitignore_global

0 → 100644
+25 −0
Original line number Diff line number Diff line
~*
*~
*.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