Adding src folder to .gitignore to Ignore commiting unit test runs

This commit is contained in:
Nitin Madhok 2014-12-19 09:03:59 -05:00
parent 4194a22f07
commit 04182825d9

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
/build
/src
*.py[co]
pkg/arch/*.tar.xz
*.sw[pon]