Ignore tmp and pkg directories

This commit is contained in:
Andre Nathan 2013-12-06 15:01:08 -02:00
parent 582a9952f5
commit dd6f1ba24d

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
*.o *.o
*.so *.so
*.sw* *.sw*
tmp/
pkg/