diff options
author | Georg Ehrke <developer@georgehrke.com> | 2014-11-23 22:00:33 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-11-23 23:01:50 +0100 |
commit | 03a975a080722d600a15f594a55630d2f0e51bb5 (patch) | |
tree | 3fd57268b590a5fc30e3fed4618812d3a1d34376 /.gitignore | |
parent | a3496cf7fab6f4e9d4ce804e3b3ce0fc83a863dc (diff) | |
download | nextcloud-server-03a975a080722d600a15f594a55630d2f0e51bb5.tar.gz nextcloud-server-03a975a080722d600a15f594a55630d2f0e51bb5.zip |
add puphpet and vagrant to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c0d44301d57..93bacf9b07e 100644 --- a/.gitignore +++ b/.gitignore @@ -92,6 +92,12 @@ nbproject /build/jsdocs/ /npm-debug.log +# puphpet +puphpet + +# vagrant +.vagrant +Vagrantfile # Tests - auto-generated files /data-autotest |